curl --request POST \
--url https://proxy.innk.cc/mj/submit/modal \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"task_id": "<string>",
"prompt": "<string>",
"maskBase64": "<string>",
"noStorage": false
}
'