curl --request POST \
--url https://api.siray.ai/v1/video/generations \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"duration": 4,
"model": "openai/sora-2-t2v",
"prompt": "example_value",
"size": "720x1280"
}
'