{
"endpoint": "POST /v1/billing/entitlement-reconciliations",
"reconciliation": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"userID": "string",
"plan": "free",
"allowedModes": [
"voiceInput"
],
"remainingQuotaSeconds": 0,
"remainingAddonSeconds": 0,
"totalRemainingSeconds": 0,
"reason": "string",
"source": "admin_manual",
"sourceReference": "string",
"reconciledAt": "2019-08-24T14:15:22.123Z"
},
"snapshot": {
"userID": "string",
"plan": "free",
"allowedModes": [
"voiceInput"
],
"remainingQuotaSeconds": 0,
"remainingAddonSeconds": 0,
"asOf": "2019-08-24T14:15:22.123Z",
"totalRemainingSeconds": 0
}
}