curl --request POST \
--url http://localhost:3091/v1/api/agencies/{id}/employees/{userId} \
--header 'Authorization: Bearer <token>'{}Grants employee role to the specified user for this agency
curl --request POST \
--url http://localhost:3091/v1/api/agencies/{id}/employees/{userId} \
--header 'Authorization: Bearer <token>'{}