entityKey (e.g. client, cost_center, work_order).entityKey. Use the entity schema/fields endpoints to discover an entity's fields and their requirements.message and the new record's id.401.curl --location --globoff '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 '{}'{
"message": "Cost Center Added Successfully",
"id": 47
}