{
"base64": "data:image/png;base64,xxx",
"notifyHook": "string",
"state": "string"
}
curl --location -g --request POST '{{BASE_URL}}/mj/submit/describe' \
--header 'Content-Type: application/json' \
--data-raw '{
"base64": "data:image/png;base64,xxx",
"notifyHook": "string",
"state": "string"
}'
{
"code": 0,
"description": "string",
"properties": {},
"result": 0
}