curl --location --globoff 'https://.daftra.com/v2/api/entity/credit_type/{{id}}/1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json'{
"id": 0,
"name": "string",
"allow_decimal": 0,
"status": 0,
"unit": "string",
"description": "string",
"created": "string",
"modified": "string",
"deleted_at": null
}