curl --request POST \
--url https://api.captions.ai/api/creator/submit \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"script": "<string>",
"creatorName": "<string>",
"webhookId": "<string>",
"resolution": "fhd"
}
'