{
"srcFileKey": "string"
}
curl --location --request POST 'https://test.myusmile.online/bff/cloud/operationActivity/millionSmile/aiDetect' \
--header 'TOK: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"srcFileKey": "string"
}'
{
"code": 0,
"message": "string",
"data": {
"id": 0,
"dstFileUrl": "string"
}
}