{
"topic": "string",
"language": "zh",
"model": "string",
"focus": "string"
}
curl --location --request POST 'https://api.302.ai/302/paper/costorm/create' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": "string",
"language": "zh",
"model": "string",
"focus": "string"
}'
{
"status": 200,
"data": {
"task_id": "457fbd4e-d03d-47dd-99b3-02a442309a59"
}
}