curl --request POST \
--url https://proxy.innk.cc/mj/submit/action \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customId": "<string>",
"taskId": "<string>",
"enableRemix": false,
"notifyHook": "<string>",
"state": "<string>",
"noStorage": true
}
'