{
"base64": "data:image/png;base64,xxx",
"botType": "MID_JOURNEY",
"notifyHook": "string",
"state": "string"
}
curl --location --request POST 'https://api.302.ai/mj-relax/submit/describe' \
--header 'mj-api-secret: sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64": "data:image/png;base64,xxx",
"botType": "MID_JOURNEY",
"notifyHook": "string",
"state": "string"
}'
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}