curl --location --request POST 'https://api.coze.com/open_api/v2/chat' \
--header 'Authorization: Bearer pat_3k6wNgXEcUjgO2QWMaq5tNabduc8A5FEp0BEkO3bezO7tLfVxMndCqKeBf1aJdXK' \
--header 'Content-Type: application/json' \
--header 'Accept: */*' \
--header 'Host: api.coze.com' \
--header 'Connection: keep-alive' \
--data-raw '{
"conversation_id": "123",
"bot_id": "https://www.coze.com/space/7356659583248596997/bot/7356660161315864581",
"user": "123333333",
"query": "{{yourquery}}",
"stream":false
}'