curl --location 'https://api.apipod.ai/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"aspect_ratio": "16:9",
"duration": 4,
"prompt": "A cinematic shot of a robot exploring a neon city at night",
"resolution": "2K",
"model": "minimax-h3-t2v"
}'{
"code": 200,
"message": "string",
"data": {
"task_id": "string"
}
}