/v2/api/entity base and authenticated with a Bearer token. The trailing path segment (1) is the data level — how deeply related records are loaded — not a page number; on this endpoint it has no visible effect. The response is a flat charge-usage record.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/v2/api/entity/charge_usage/1/1' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"id": 0,
"credit_charge_id": 0,
"credit_usage_id": 0,
"amount": 0
}