curl --location -g --request POST 'https://.daftra.com/v2/api/entity/credit_usage' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "13",
"usage_date": "31/10/2025",
"credit_type_id": "1",
"description": "Test Description",
"added_by": "1"
}'{}