curl --location --request GET '/api/draw_square/lists?keyword=&category_id=' \
--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",
"image": "string",
"create_time": "string"
}
],
"count": 0,
"page_no": 0,
"page_size": 0,
"extend": [
"string"
]
}
}