Roles
List available permissions
curl -X GET "https://api.miracle.com/v1/permissions"{
"data": [
{
"code": "string",
"domain": "string",
"resource": "string",
"action": "string",
"description": "string",
"availableForLayers": [
"merchant"
]
}
],
"pagination": {
"nextCursor": "string",
"prevCursor": "string",
"hasMore": true,
"totalCount": 0
}
}