curl --location -g --request POST 'https://.daftra.com/v2/api/entity/credit_type_package' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"credit_type_id": 1,
"package_id": 24,
"amount": 1000
}'{}