{ "file": "string" }
curl --location --request POST '/upload_image' \ --header 'Content-Type: application/json' \ --data-raw '{ "file": "string" }'
{ "status": "ok", "retcode": 0, "data": "string" }