I have mentioned the JSON format below. Both the address should be bound separately in the object, not combined.
{
"Address": [
{
"Parameters": "Home",
"Key": "home_add",
"Value": "ABC"
}
],
"Address": [
{
"Parameters": "Office",
"Key": "office_add",
"Value": ""
}
]
}