/v2/api/entity base and authenticated with a Bearer token. The record is returned as a flat object (no wrapper). A trailing /{dataLevel} segment is optionally accepted but not required.Authorization: Bearer ********************curl --location --globoff 'https://.daftara.com/v2/api/entity/follow_up_status/53' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"id": 0,
"item_type": 0,
"name": "string",
"color": "string",
"status": 0,
"staff_id": 0,
"created": "string",
"modified": "string",
"deleted": 0,
"entity_key": "string",
"display_order": 0
}