curl --request POST \
--url https://sandbox.killb.app/api/v2/backoffice/customers/update-customer-strategy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customerId": "<string>",
"currencyPair": "<string>",
"methodPair": "<string>",
"premiumFeePercentage": 123,
"riskFreeFactorPercentage": 123,
"paymentMethodCostPercentage": 123
}
'