curl --location --request POST 'https://hub.apilabz.com/ai/conversion' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fileUrl": "string",
"fileFormat": "string",
"formatInstructions": "string"
}'{}