curl --location --request GET 'https://api.youlai.tech/api/v1/dicts//items/page?pageNum=1&pageSize=10' \
--header 'Authorization: '{
"code": "string",
"data": {
"list": [
{
"id": 0,
"dictCode": "string",
"label": "string",
"value": "string",
"sort": 0,
"status": 0
}
],
"total": 0
},
"msg": "string"
}