{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx",
"notifyHook": "",
"state": ""
}
curl --location --request POST '/mj/submit/describe' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx",
"notifyHook": "",
"state": ""
}'
{
"code": 1,
"description": "Submission successful",
"properties": {},
"result": 1320098173412546
}