Authorization: Bearer ********************curl --location --request PUT '/admin/student-system/students/019ef461-17e3-7eaa-80ab-97169442e532/addresses/019ef461-17e3-7eaa-80ab-97169442e532' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"postalCode": "119991",
"country": "Россия",
"region": "Москва",
"city": "Москва",
"street": "Ленинские горы",
"house": "1",
"apartment": "10",
"kladrCode": "7700000000000",
"fiasCode": "0dc1e110-21dd-4a15-bfd4-6cc89e4d3f73"
}'{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532"
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}