curl --request GET \
--url https://waas-staging.embedly.ng/api/v1/limits/product/{productId}/currency/{currencyId}/customer/{customerId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"productId": "<string>",
"currencyId": "<string>",
"customerId": "<string>"
}
'