Authorization: Bearer ********************curl --location '/api/dict/data/list?dictLabel=undefined&dictType=undefined&status=undefined&page=undefined&size=undefined' \
--header 'Authorization: Bearer <token>'{
"content": [
{
"createBy": "string",
"createTime": "string",
"cssClass": "string",
"dictLabel": "string",
"dictSort": 0,
"dictType": "string",
"dictValue": "string",
"id": 0,
"isDefault": true,
"isSystem": true,
"listClass": "string",
"remark": "string",
"status": "Enabled",
"updateBy": "string",
"updateTime": "string"
}
],
"page": 0,
"size": 0,
"total_elements": 0,
"total_pages": 0
}