curl --location -g --request GET 'https://.daftra.com/v2/api/entity/credit_usage/{{id}}/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"id": 10,
"client_id": 13,
"credit_type_id": 1,
"usage_date": "2025-10-31",
"description": "Test Amount",
"created": "2026-01-01 13:27:17",
"modified": "2026-01-01 13:27:17",
"deleted_at": null
}