post https://developers.wiwink.com/api/billing
Response
xxxxxxxxxx
14curl --request POST \
--url https://developers.wiwink.com/api/billing \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <your-api-key>' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"prefix": "null",
"suffix": "null",
"emission_at": "now",
"expiration_at": "null"
}
'