curl --location --request POST '/api/public/findUser' \
--header 'Identifier: {{identifier}}' \
--header 'Application-key: {{token}}' \
--data-urlencode 'search=+7 999 222-33-44'{
"items": [
{
"id": 1569,
"name": "я тестовый клиент",
"phone": "+7 999 222-33-44",
"adr": null,
"balance": 0,
"bonus_balance": 0,
"op_id": 1
}
]
}