curl --location -g --request GET 'http://api.example.com/mj/task//fetch' \
--header 'Authorization: Bearer sk-xxx' \
--header 'Content-Type: application/json'{
"action": "IMAGINE",
"description": "string",
"failReason": "string",
"finishTime": 0,
"id": "string",
"imageUrl": "string",
"progress": "string",
"prompt": "string",
"promptEn": "string",
"properties": {},
"startTime": 0,
"state": "string",
"status": "NOT_START",
"submitTime": 0
}