path id
body name
body label
body address_1
body address_2
body city
body state
body zip
1234curl -X PATCH https://api.v2.dealmachine.com/v1/mail/return-addresses/42 \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{"label": "Main Office"}'
curl -X PATCH https://api.v2.dealmachine.com/v1/mail/return-addresses/42 \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{"label": "Main Office"}'