{
"task_id": "string",
"model": "string",
"user_utterance": "“”"
}
curl --location --request POST 'https://api.302.ai/302/paper/costorm/conversation' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": "string",
"model": "string",
"user_utterance": "“”"
}'
{}