curl --request GET \
--url http://localhost:3091/v1/api/agencies/{id}/employees \
--header 'Authorization: Bearer <token>'[
123
]Returns user IDs of all employees assigned to the agency
curl --request GET \
--url http://localhost:3091/v1/api/agencies/{id}/employees \
--header 'Authorization: Bearer <token>'[
123
]