{
"workflowId": "string",
"botId": "string",
"parameters": {
"key": {}
}
}
curl --location --request POST '/api/open/v2/coze/workflow/run' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflowId": "string",
"botId": "string",
"parameters": {
"key": {}
}
}'
{
"code": 0,
"message": "",
"data": {
"entity": {
"code": 0,
"data": "",
"debug_url": "",
"msg": "",
"token": 0
}
}
}