curl --request POST \
--url https://api.sinancode.com/v1/generate/k/kling26-text-to-video \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "A cat walking in the garden",
"aspect_ratio": "16:9",
"duration": 5,
"sound": false
}
'