So im in the middle of breaking up a monolith, and i have decomposed it into services. However i came across something interesting.
We have a scenario where a customer is referred to as "customer", "client", "prospect"
And they all mean the same thing.
Now when designing the endpoints for the services... i can stick to each service having and using these different terms... but it doesnt feel right.
Should we align to using the same term, since they mean the same thing?