{
"base64Array": [
"data:image/png;base64,xxx1"
]
}
curl --location 'https://api.maxapi.ai/mj-relax/mj/submit/upload-discord-images' \
--header 'Authorization: Bearer sk-V3ESFCWr3ZLemf878bC71eCcF36c483a8f448a02487dAdC7' \
--header 'Content-Type: application/json' \
--data '{
"base64Array": [
"data:image/png;base64,xxx1"
]
}'{}