Authorization: Bearer ********************{
"tenantId": "tenant_example",
"projectId": "project_example",
"from": "2026-09-01T00:00:00.000Z",
"to": "2026-10-01T00:00:00.000Z"
}curl --location '/v1/admin/billing/statements' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": "tenant_example",
"projectId": "project_example",
"from": "2026-09-01T00:00:00.000Z",
"to": "2026-10-01T00:00:00.000Z"
}'{
"id": "id_example",
"tenantId": "tenant_example",
"projectId": "project_example",
"periodStart": "2026-09-27T08:00:00.000Z",
"periodEnd": "2026-09-27T08:00:00.000Z",
"status": "open",
"currency": "示例值",
"acceptedTurns": 0,
"grossAmountMinor": 1,
"adjustmentAmountMinor": 1,
"totalAmountMinor": 1,
"usageCount": 0,
"entryCount": 0,
"generatedAt": "2026-09-27T08:00:00.000Z",
"finalizedAt": "2026-09-27T08:00:00.000Z",
"requestId": "request_example"
}