curl --request POST \
--url https://proxy.innk.cc/mj/submit/blend \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"base64Array": [
"<string>"
],
"botType": "MID_JOURNEY",
"dimensions": "PORTRAIT",
"notifyHook": "<string>",
"state": "<string>"
}
'