curl --location --request GET 'bqb/lists' \
--header 'token: {{token}}'{
"code": 0,
"msg": "string",
"time": "string",
"data": {
"list": [
{
"id": 0,
"user_id": 0,
"image_path": "string",
"createtime": 0,
"updatetime": 0
}
],
"total": 0,
"page": 0,
"limit": 0
}
}