curl --location --request POST 'https://api.kie.ai/api/v1/jobs/createTask' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "happyhorse/text-to-video",
"callBackUrl": "https://your-domain.com/api/callback",
"input": {
"prompt": "A miniature city built from cardboard and bottle caps comes to life at night. A cardboard train slowly passes through, with small lights dotting the scene and illuminating the way ahead.",
"resolution": "1080p",
"aspect_ratio": "16:9",
"duration": 5,
"seed": 1622429582
}
}'