curl --request GET \ --url https://api.example.com/api/roles/{id}
This endpoint is not currently implemented in the API. The role system only supports listing all roles via GET /api/roles.If you need to retrieve a specific role, use the List Roles endpoint and filter the results on the client side.