Authorization: Bearer ********************curl --location --request PUT '/salesorders//address/billing' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": {
"city": "New York City",
"state": "New York",
"country": "string",
"attention": "string",
"state_code": "NY",
"street_address1": "No:234,90 Church Street",
"street_address2": "McMillan Avenue"
},
"city": "New York City",
"state": "New York",
"zip": 11364,
"country": "string",
"fax": "string",
"attention": "string",
"is_update_customer": false
}'{
"code": 0,
"message": "Billing address updated.",
"billing_address": [
"address",
"city",
"state",
"zip",
"country",
"fax",
"attention"
]
}