I have two backend services for customer inquiry, one for external clients and one for internal clients. I would like to expose them as two different REST APIs as below. Is this a good naming convention?
https://api.example.com/customerinquiry/v1/customers/external-customerinquiry
https://api.example.com/customerinquiry/v1/customers/internal-customerinquiry
Is this a good approach?