curl --location '/n-agent/api/app//permissions?page=&limit=&role=&keyword=' \
--header 'authorization;' \
--header 'referer;'{
"data": [
{
"id": "string",
"target_id": "string",
"name": "string",
"role": "string",
"role_type": "string",
"status": "string"
}
],
"total": 0,
"has_more": true
}