curl --request POST \
--url https://proxy.innk.cc/mj/submit/imagine \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "<string>",
"botType": "MID_JOURNEY",
"base64Array": [
"<string>"
],
"notifyHook": "<string>",
"noStorage": false,
"accountFilter": {
"modes": [
"<string>"
]
}
}
'