curl --request POST \
--url https://api.example.com/admin/endpoint-area/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Gets all API endpoint ‘areas’ (general groupings of API calls) that exist in the system, used for filtering and reporting. Only supports the English language.
curl --request POST \
--url https://api.example.com/admin/endpoint-area/all \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}