curl --request POST \
--url https://proxy.innk.cc/mj/submit/describe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"base64": "<string>",
"link": "<string>",
"notifyHook": "<string>",
"language": "en"
}
'