curl --request POST \
--url https://castar.world/openapi/v2/aigc/video/sora2-stable/create \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"model": "sora2-stable",
"prompt": "<string>",
"duration": 123,
"orientation": "portrait",
"firstImage": "<string>"
}
'