curl --location --request GET '/adminapi/draw.draw_square/lists?user_info=&keyword=&category_id=1&verify_status=1&is_show=1&start_time=2023-08-01 18:25:50&end_time=2023-08-01 18:25:59&source' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"lists": [
{
"category_name": "string",
"user_info": {
"image": "string",
"name": "string"
},
"id": 0,
"source": 0,
"source_desc": "string",
"prompts": "string",
"prompts_cn": "string",
"image": "string",
"is_show": 0,
"verify_status": 0,
"verify_status_desc": "string",
"verify_result": null,
"create_time": "string"
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}