curl --location -g --request POST 'https://.daftra.com/v2/api/entity/v2/api/entity/cost_center' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Project D",
"code": "0001",
"is_primary": "0",
"cost_center_id": 5,
"cost_center_ids": "5",
"branch_id": 1
}'{}