curl --request POST \
--url https://api.jiekou.ai/v3/async/mj-remix \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"image_no": 123,
"task_id": "<string>",
"remix_prompt": "<string>",
"mode": 123
}
'