curl --request POST \
--url https://sandbox.killb.app/api/v2/backoffice/savings/update-savings-strategy \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"customerId": "31906011-08c1-4a37-9857-67f22c020f01",
"removeSavingsProduct": true,
"updateStrategy": [
"ACH",
"WIRE"
]
}
'