/api/v1/customer/get-uniq-results
/api/v1/anotherservice-customer/get-uniq-results
/api/v1/my-service-anotherservice-customer/get-uniq-results (смешивание результатов).
// Получение всех клиентов
GET /api/v1/customers
// Получение уникальных (WTF?)
GET /api/v1/customers/?type=uniq
// Получение уникальных из другого приложения
GET /api/v1/customers/?type=uniq&source=another
// Получение уникальных (смешанных)
GET /api/v1/customers/?type=uniq&source=all