curl --location 'https://api.emix.ai/api/v1/client/tasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "suno/check-voice",
"callBackUrl": "https://api.example.com/callback",
"input": {
"taskId": "2"
}
}'{
"code": 200,
"msg": "success",
"data": {
"taskId": "84c4b5a04ac42822e50357b73bcd24c1",
"result": {
"is_available": true
}
}
}