{
"id": 0,
"businessType": "string",
"reqBody": "string"
}
curl --location --request POST 'http://127.0.0.1:8080/douge/v1/ai/createAsyncTask' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"businessType": "string",
"reqBody": "string"
}'
{
"code": 0,
"obj": {},
"message": "",
"result": false
}