{
"idempotencyKey": "string",
"service": "ai.refine",
"feature": "electron.hotkey.dictation",
"estimatedInputChars": 0,
"reserveRemaining": false,
"ttlSeconds": 1800
}curl --location '/v1/internal/quota/reservations' \
--header 'Content-Type: application/json' \
--data '{
"idempotencyKey": "string",
"service": "ai.refine",
"feature": "electron.hotkey.dictation",
"estimatedInputChars": 0,
"reserveRemaining": false,
"ttlSeconds": 1800
}'{
"endpoint": "POST /v1/internal/quota/reservations",
"allowed": true,
"reason": "string",
"quota": {
"state": "available",
"usedChars": 0,
"reservedChars": 0,
"limitChars": 0,
"remainingChars": 0,
"periodStart": "2019-08-24T14:15:22.123Z",
"resetsAt": "2019-08-24T14:15:22.123Z"
},
"reservation": {
"reservationId": "string",
"idempotencyKey": "string",
"usageIdempotencyKey": "string",
"userId": "string",
"service": "ai.refine",
"feature": "electron.hotkey.dictation",
"reservedInputChars": 0,
"actualInputChars": 0,
"status": "active",
"expiresAt": "2019-08-24T14:15:22.123Z"
}
}