Authorization: Bearer ********************curl --location --request PUT '/invoices//address/shipping' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "Suite 125, McMillan Avenue",
"city": "San Francisco",
"state": "CA",
"zip": 94134,
"country": "USA",
"fax": "+1-925-924-9600"
}'{
"code": 0,
"message": "Shipping address updated"
}