Authorization: Bearer ********************{
"ids": [
"string"
]
}curl --location --request POST 'https://api.llmhub.com.cn/mj/task/list-by-condition' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'[
{
"id": "string",
"action": "IMAGINE",
"status": "NOT_START",
"progress": "100%",
"prompt": "string",
"promptEn": "string",
"description": "string",
"imageUrl": "string",
"submitTime": 0,
"startTime": 0,
"finishTime": 0,
"failReason": "string",
"buttons": [
{
"customId": "string",
"emoji": "string",
"label": "string",
"type": 0,
"style": 0
}
]
}
]