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 '{
"client_id": "13",
"credit_type_id": "1",
"start_date": "30/12/2025",
"expiry_date": "30/12/2025",
"amount": 11,
"description": "Test Description",
"staff_id": "1"
"is_suspended": "on" // Don'\''t send at all if not suspended
}'{}