Authorization: Bearer ********************curl --location --request GET 'https://api-staging.tenbyte.io/v1/auth/me/a4f4ec19-bace-4786-ac1e-47a5e7e5ce6d/permissions' \
--header 'Authorization: Bearer <token>'{
"result": {
"email": "syum.akhlaque.95@gmail.com",
"permissions": [
{
"entity_id": "8fef2574-e10d-4c79-a763-ffe80341d7c3",
"entity_type": "library",
"name": "full_access",
"action": [
"read",
"write",
"delete"
],
"service": "library-service",
"user_id": "d935131e-e595-4b3a-8b26-fb8e81f376f9",
"authority_id": "111e4567-e89b-12d3-a456-426614174000",
"parent_id": "00000000-0000-0000-0000-000000000000"
}
]
}
}