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