curl --location --request POST 'http://dev-cn.your-api-server.com/v2/workspace' \ --header 'X-WORKER-WORKSPACE-ID;' \ --header 'API Key;' \ --header 'content-type: image/*'
{ "job_id": "string", "status": "ok" }