curl --location '/v1/customer/1/pricing' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"percentage_cost": 2.89,
"fixed_cost": 0.1,
"currency": "EUR"
}'{
"data": {
"percentage_cost": 2.89,
"fixed_cost": 0.1,
"currency": "EUR"
}
}