curl --location --request POST 'https://api.mmchat.xyz/open/v1/midjourney/upscale' \
--header 'Authorization: Bearer METACHAT_API_KEY' \
--header 'X-App-ID: METACHAT_APP_ID' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "6613e99751dbca13297821c4",
"type": "subtle"
}'
{
"status": "Success",
"message": "Midjourney 图片放大任务创建成功",
"data": {
"id": "6613e99751dbca13297821c4"
}
}