Authorization: Bearer ********************
{
"prompt": null,
"motion": "low",
"videoType": "vid_1.1_i2v_480",
"image":"https://cdn.midjourney.com/f9e3db60-f76c-48ca-a4e1-ce6545d9355d/0_0.png"
}
curl --location --request POST 'http://127.0.0.1:8000/mj/submit/video' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": null,
"motion": "low",
"videoType": "vid_1.1_i2v_480",
"image":"https://cdn.midjourney.com/f9e3db60-f76c-48ca-a4e1-ce6545d9355d/0_0.png"
}'
{}