curl --location --request POST 'http://dev-cn.your-api-server.com/v2/video/text_detection_async' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{
"providers": "string"
}'
{
"public_id": "ddf3c278-d0da-4d5a-bcf6-56fea22cff32"
}