{
"mode": "RELAX",
"base64Array": [
"data:image/png;base64,xxx1"
]
}
curl --location --request POST '/mj/submit/upload-discord-images' \
--header 'Authorization;' \
--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?ex=663a2077&is=6638cef7&hm=991c97a66f00ee5b5714848ccf0cded22929d58f0d809f0057c71c4b29ee469d&"
]
}