curl --request POST \
--url https://api.waytoapi.com/apidoc/collect/ai/sora/video/generate \
--header 'Content-Type: application/json' \
--header 'aiKey: <aikey>' \
--data '
{
"model": "<string>",
"prompt": "<string>",
"images": [
"<string>"
],
"orientation": "<string>",
"size": "<string>",
"duration": 123,
"removeWatermark": true,
"editId": "<string>"
}
'