Authorization: Bearer ********************
{ "taskId": "343740b9eb674d85ae83a4a85753f780" }
curl --location --request POST 'https://ai.huashi6.com/aiapi/v1/mj/task/progress' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "taskId": "343740b9eb674d85ae83a4a85753f780" }'
{ "data": { "progress": "100%", "progressValue": 0.1, "current_image": "/9j/4AAQSkZJRgABAQAAAQABAAD/2w", "state": "running", "imgUrl": "https://imagesource.huashi6.com/test.jpg", "audit": 1 }, "code": 0, "success": true }