patch https://developers.wiwink.com/api/billing/services/
Response
xxxxxxxxxx
12curl --request PATCH \
--url https://developers.wiwink.com/api/billing/services/id \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <your-api-key>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"tax_percent": 0,
"discount_amount": 0
}
'