X-API-KEY: ********************
Authorization: ********************
curl --location '/v1/customer/1/pricing' \ --header 'X-API-KEY: <api-key>'
{ "data": { "percentage_cost": 2.89, "fixed_cost": 0, "currency": "EUR" } }