curl --location --request POST '/api/public/user//address' \
--header 'Identifier: {{identifier}}' \
--header 'Application-key: {{token}}' \
--form 'ua_adres=""' \
--form 'ua_coordinates=""' \
--form 'entrance=""' \
--form 'floor=""' \
--form 'appartment=""' \
--form 'comment=""'[
{
"ua_id": 3235,
"ua_adres": "Гоголя 4",
"ua_coordinates": null,
"entrance": "1",
"apartment": null,
"floor": "12",
"comment": null
}
]