curl --location --request GET '/ent/user/ent/card/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": {
"user": {
"id": 0,
"uid": "string",
"entid": 0,
"ident": 0,
"card_id": 0,
"roles": [
"string"
],
"status": 0,
"verify": 0,
"created_at": "string",
"updated_at": "string",
"frames": [
{
"id": 0,
"name": "string",
"laravel_through_key": 0
}
],
"card": {
"name": "string",
"phone": "string",
"sex": 0,
"id": 0
},
"rules": null
},
"menus": [
{
"value": 0,
"pid": 0,
"label": "string",
"entid": 0,
"children": [
{
"value": 0,
"pid": 0,
"label": "string",
"entid": 0,
"children": [
{
"value": 0,
"pid": 0,
"label": "string",
"entid": 0
}
]
}
]
}
],
"rules": [
"string"
],
"roleList": {
"list": [
"string"
],
"count": 0
}
}
}