curl --request POST \
--url https://api.novita.ai/v3/async/minimax-hailuo-2.3-fast-i2v \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>",
"image": "<string>",
"duration": 123,
"resolution": "<string>",
"enable_prompt_expansion": true
}
'