curl --location --request GET 'http://localhost:0721/api/label/list?pageSize=100¤t=1' \
--header 'Authorization: {{token}}'
{
"code": 200,
"message": "consequat in qui labore",
"data": [
{
"id": "79",
"name": "阶片查人话军",
"img": "http://dummyimage.com/400x400",
"color": "nulla"
},
{
"id": "42",
"name": "清事权正",
"img": "http://dummyimage.com/400x400",
"color": "minim fugiat enim officia eiusmod"
}
]
}