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 '{
"name": "Test credit 4",
"status": 1,
"unit": "نقطة",
"description": "Test Description",
"allow_decimal": 1
}'{}