Authorization: Bearer ********************
{ "action": "UPSCALE", "index": 1, "notifyHook": "string", "state": "string", "taskId": "1320098173412546" }
curl --location --request POST 'https://api.ecovai.cn/mj-relax/mj/submit/change' \ --header 'Authorization: {{YOUR_API_KEY}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "action": "UPSCALE", "index": 1, "notifyHook": "string", "state": "string", "taskId": "1320098173412546" }'
{ "code": 1, "description": "提交成功", "properties": {}, "result": 1320098173412546 }