## Filter the roles by type

### Allowed:
`guest`

### Example Request:

```shell
curl --request GET \
     --url https://api.air.inc/v1/roles \
     --header 'accept: application/json'
```

### Response:

```json
200
```

Updated 4 months ago
