POST /api/public/v1/video/script) to create a video.curl --location --request POST 'https://api.zebracat.ai/v1/script_generator' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idea": "string",
"language": "string",
"duration": 15,
"mood": "energetic",
"prompt_style": "ad"
}'{
"script": "string"
}