curl --location '/api/Permission/CheckPagePermission' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.demo.token' \
--header 'Content-Type: application/json' \
--data '{
"Action": "View",
"MethodName": "MasterEvents",
"PageURL": "/Automation/MasterEvents"
}'{}