Authorization: Bearer ********************{
"mode": "RELAX",
"base64Array": [
"data:image/png;base64,xxx1"
]
}curl --location --request POST '/mj/submit/upload-discord-images' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"mode": "RELAX",
"base64Array": [
"data:image/png;base64,xxx1"
]
}'{}