curl --location --request GET '/ent/config/frame/users/' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'Authorization: Bearer {{ENT_TOKEN}}' \
--header 'X-Requested-With: XMLHttpRequest'{
"message": "string",
"status": 0,
"data": [
{
"id": 0,
"card_id": 0,
"card": {
"id": 0,
"name": "string",
"avatar": "string",
"uid": "string"
},
"is_admin": {
"is_admin": 0,
"superior_uid": 0,
"user_id": 0
}
}
]
}