curl --request POST \
--url https://api.siray.ai/v1/video/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"aspect_ratio": "16:9",
"duration": 5,
"image": "example_value",
"model": "kuaishou/kling-1.6-standard-i2v",
"prompt": "example_value"
}
'