curl --location 'https://stg-gateway.invora.app/api/billing/v2/payments' \
--header 'Content-Type: application/json' \
--data '{
"amountCents": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"invoiceId": "string",
"reference": "string"
}'