Authorization: Bearer ********************curl --location 'http://127.0.0.1:4300/auth/list' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"nowPage": 0,
"pageSize": 0,
"hasMore": true,
"total": 0,
"rows": [
{
"id": 0,
"auth_name": "string",
"auth_value": "string",
"type": 0,
"priority": 0,
"p_id": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
]
},
"message": "string"
}