curl --request DELETE \
--url http://localhost:3091/v1/api/agencies/{id}/employees/{userId} \
--header 'Authorization: Bearer <token>'{}Revokes the employee role from the specified user
curl --request DELETE \
--url http://localhost:3091/v1/api/agencies/{id}/employees/{userId} \
--header 'Authorization: Bearer <token>'{}