Authorization: Bearer ********************curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/roles//sections' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 1,
"label": "string",
"active": "false",
"permissions": {
"VIEW": "ALL",
"CREATE": "ALL",
"EDIT": "ALL",
"DELETE": "ALL"
}
}
]
}