users_restrictionsPermission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/users//restrictions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'[
{
"id": 9,
"title": "Test restrict",
"description": "Test restrict transaction",
"batch": "ea11513b-23f4-4f9a-b7d6-cd26ff3fba8c",
"restrictable_type": "App\\Models\\User",
"restrictable_id": 4
}
]