{ "base64": "data:image/png;base64,xxx" }
curl --location --request POST 'https://omnirouters.com/mj/submit/describe' \ --header 'Authorization: Bearer sk-xxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "base64": "data:image/png;base64,xxx" }'
{}