{
"bot_id": "7483053116879880232",
"user_id": "老王",
"stream": true,
"custom_variables": {
"key_1": "key_1",
"key_2": "key_2"
}
}
curl --location --request POST 'https://api.coze.cn/v3/chat' \
--header 'Authorization: Bearer pat_eVKuOTbYnfhZB6MJUn1F3uZqxOVM2OYRTklstz7HSxx5U6NvwqDlAkSJTqy5MVho' \
--header 'Content-Type: application/json' \
--data-raw '{
"bot_id": "7483053116879880232",
"user_id": "老王",
"stream": true,
"custom_variables": {
"key_1": "key_1",
"key_2": "key_2"
}
}'
{}