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