curl --location --request PUT '/api/lead-definitions//' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"type": "string",
"description": "string",
"agent_instruction": "string",
"schema": {},
"default_value": {}
}'{
"project_id": "550e8400-e29b-41d4-a716-446655440000",
"name": "last_purchase_date",
"type": "string",
"description": "Дата последней покупки",
"agent_instruction": "Дата последней покупки лида.",
"schema": {
"itemType": "string",
"maxItems": 1000
},
"default_value": null,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}