Authorization: Bearer ********************
{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx",
"notifyHook": "string",
"state": "string",
"link": "string"
}
curl --location --request POST '/mj/submit/describe' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx",
"notifyHook": "string",
"state": "string",
"link": "string"
}'
{
"botType": "MID_JOURNEY",
"base64": "data:image/png;base64,xxx"
}