curl --location -g --request GET '{{BASE_URL}}/mj/task//fetch'
{
"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,
"buttons": [
{
"customId": "string",
"label": "string",
"type": "string",
"style": "string",
"emoji": "string"
}
]
}