curl --location --request POST 'http://10.101.252.154:9060/api/Person_DeliveryAddress' \
--header 'Accept: application/json' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"AddressID": "105576725462",
"PersonID": "104140119123",
"extensionNumber": "5541252525",
"Address": {
"id": "105576725462",
"StreetAddress": "KUTLUCAN Sokak/AKARBAŞI/ODUNPAZARI/Eskişehir",
"StreetAddressID": "107064721593",
"Floor": 1,
"AddressNo": 4,
"Entrance": "b",
"AppartmentNo": 1,
"AppartmentName": "başak sitesi",
"name": "Mecidiyeköy Ofis",
"AddressType": "Bilinmiyor",
"AddressTypeID": 0,
"Landmark": "test",
"DataSource": "ROPNG",
"DataSourceID": 0
}
}'