curl --request GET \
--url http://localhost:3000/v1/customers/{id}/sourcing{
"retailers": [
{
"name": "<string>",
"spend": 123,
"frequency": 123
}
]
}Get retailer spending and frequency distribution for a customer.
curl --request GET \
--url http://localhost:3000/v1/customers/{id}/sourcing{
"retailers": [
{
"name": "<string>",
"spend": 123,
"frequency": 123
}
]
}