Authorization: Bearer ********************{
"tenantId": "tenant_example",
"projectId": "project_example",
"reason": "重复记账"
}curl --location '/v1/admin/billing/entries//reverse' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tenantId": "tenant_example",
"projectId": "project_example",
"reason": "重复记账"
}'{
"id": "id_example",
"tenantId": "tenant_example",
"projectId": "project_example",
"usageLedgerId": "usageledger_example",
"subscriptionId": "subscription_example",
"planVersionId": "planversion_example",
"entryType": "charge",
"quantity": 1,
"unitPriceMinor": 0,
"amountMinor": 1,
"currency": "CNY",
"reason": "示例值",
"reversesEntryId": "reversesentry_example",
"requestId": "request_example",
"occurredAt": "2026-09-27T08:00:00.000Z"
}