post https://developers.wiwink.com/api/billing/services
Response
xxxxxxxxxx
14curl --request POST \
--url https://developers.wiwink.com/api/billing/services \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <your-api-key>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"description": "null",
"quantity": 1,
"tax_percent": 0,
"discount_amount": 0
}
'