Authorization: Bearer ********************{
"taskId": "string",
"action": "UPSCALE",
"index": 1
}curl --location --request POST 'https://api.llmhub.com.cn/mj/submit/change' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string",
"action": "UPSCALE",
"index": 1
}'{
"code": 1,
"description": "提交成功",
"result": "1234567890",
"properties": {}
}