curl --location --request POST 'https://api.uniapi.io/mj/submit/change' \
--header 'Content-Type: application/json' \
--header 'mj-api-secret;' \
--data-raw '{
"action": "UPSCALE",
"index": 1,
"notifyHook": "string",
"state": "string",
"taskId": "1320098173412546"
}'
{
"action": "UPSCALE",
"index": 1,
"notifyHook": "string",
"state": "string",
"taskId": "1320098173412546"
}