curl --location --request GET '/api/lead-definitions/?search&limit&page' \
--header 'Accept-Language;'{
"items": [
{
"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"
}
],
"total": 0,
"page": 0,
"limit": 0
}