curl -X POST "https://console.gmicloud.ai/api/v1/ie/requestqueue/apikey/requests" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d "{\"model\": \"happyhorse1.0-i2v\", \"payload\": {\"prompt\": \"Slow cinematic pan around a futuristic tower at sunset with neon accents\", \"first_frame\": \"https://example.com/start-frame.jpg\", \"last_frame\": \"https://example.com/end-frame.jpg\", \"negative_prompt\": \"blurry, low quality, distorted\", \"resolution\": \"1080P\", \"duration\": 10, \"prompt_extend\": true, \"watermark\": false, \"seed\": 987654321}}"