curl --location -g --request POST 'https://.daftra.com/v2/api/entity/credit_charge' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 221,
"staff_id": 1,
"client_id": 1,
"credit_type_id": "2",
"start_date": "31/12/2025",
"expiry_date": "31/12/2025",
"amount": 200,
"description": "Test Description"
}'{}