curl --location -g --request POST 'https://.daftra.com/v2/api/entity/credit_type' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 7,
"name": "Test credit 4 edited",
"allow_decimal": 0,
"status": 1,
"unit": "نقطة",
"description": "Test Description"
}'{}