{
    "model": "S2V-01",
    "prompt": "a man is walking on the new york street",
    "subject_reference": [
        {
            "type": "character",
            "image": [
                "https://file.302ai.cn/gpt/imgs/20241012/813d3e2cecf146b1b5a3d1e742ee3e5d.png"
            ]
        }
    ]
}curl --location --request POST 'https://api.302.ai/minimaxi/v1/video_generation' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "S2V-01",
    "prompt": "a man is walking on the new york street",
    "subject_reference": [
        {
            "type": "character",
            "image": [
                "https://file.302ai.cn/gpt/imgs/20241012/813d3e2cecf146b1b5a3d1e742ee3e5d.png"
            ]
        }
    ]
}'{
    "task_id": "227311208538261",
    "base_resp": {
        "status_code": 0,
        "status_msg": "success"
    }
}