Authorization: Bearer ********************curl --location 'http://127.0.0.1:4300/role/all_list' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"count": 0,
"rows": [
{
"id": 0,
"role_name": "string",
"role_value": "string",
"type": 0,
"priority": 0,
"p_id": 0,
"created_at": "string",
"updated_at": "string",
"deleted_at": null
}
]
},
"message": "string"
}