curl --location --request POST 'https://4sapi.com/mj/submit/video' \
--header 'Accept: application/json' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "一只可爱的小猫在花园里缓慢走动",
"base64Array": [
"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQ..."
]
}'{
"code": 1,
"description": "提交成功",
"properties": null,
"result": "task-id-12345"
}