curl --location --request GET '/ent/approve/config/search/' \
--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,
"entid": 0,
"name": "string",
"icon": "string",
"color": "string",
"info": "string",
"config": [
"string"
],
"status": 0,
"created_at": "string",
"updated_at": "string"
}
]
}