curl --location --request GET 'https://api.goenhance.ai/api/v1/jobs/detail?img_uuid=' \ --header 'Authorization: Bearer xxx'
{ "code": 0, "msg": "Success", "data": { "img_uuid": "5334c57d-8443-4b79-ba24-8539c2163c74", "status": "pending", "type": "mx-v2v", "start_time": "2024-07-12T12:49:12.541Z", "model_id": "7", "json": null, "job_type": "mx-v2v" } }