curl --location 'https://api.apipod.ai/v1/videos/generations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"model": "minimax-h3-i2v",
"prompt": "officia voluptate",
"resolution": "2K",
"first_frame_image": "https://loremflickr.com/400/400?lock=4106769647728023",
"last_frame_image": "https://loremflickr.com/400/400?lock=3574222842565880",
"duration": 10
}'{
"code": 200,
"message": "string",
"data": {
"task_id": "string"
}
}