curl --location -g --request POST 'https://.daftra.com/v2/api/entity/charge_usage' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"credit_charge_id": "216",
"credit_usage_id": "11",
"amount": 300
}'{}