{
"mode": "RELAX",
"base64Array": [
"data:image/png;base64,xxx1"
]
}curl --location -g --request POST 'https://apipro.ai/mj/submit/upload-discord-images' \
--header 'Authorization: {YOUR_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "RELAX",
"base64Array": [
"data:image/png;base64,xxx1"
]
}'{
"code": 1,
"description": "success",
"result": [
"https://cdn.discordapp.com/attachments/1235333617467789395/1237020337057828935/1508569645328691200.jpg"
]
}