curl --request POST \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{contract_id}/prepaid-commits/{commit_id}/consumption \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"period_month": "2023-12-25",
"gross_usage_amount": 0,
"total_events": 0,
"description": ""
}
'{
"period_month": "2023-12-25",
"gross_usage_amount": 0,
"total_events": 0,
"description": ""
}curl --request POST \
--url https://api.meetcampfire.com/rr/api/v1/contracts/{contract_id}/prepaid-commits/{commit_id}/consumption \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"period_month": "2023-12-25",
"gross_usage_amount": 0,
"total_events": 0,
"description": ""
}
'{
"period_month": "2023-12-25",
"gross_usage_amount": 0,
"total_events": 0,
"description": ""
}Token-based authentication with required prefix "Token"