{
"workflow_id": "7519104986823983130",
"app_id": "7519088375983915043",
"parameters": {"word": [
"hello","hi","小明"
]}
}curl --location --request POST 'https://api.coze.cn/v1/workflow/run' \
--header 'Authorization: Bearer czs_hX5IPar1lyaJUpHpIgzAdFzBms9wBxGaF8vQMkSGHihVZIjFx0HTVEXzZ0sYAf8Hd' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow_id": "7519104986823983130",
"app_id": "7519088375983915043",
"parameters": {"word": [
"hello","hi","小明"
]}
}'{}