curl --request PATCH \
--url https://api.example.com/api/address \
--header 'Content-Type: application/json' \
--data '
{
"addressId": 123,
"address": "<string>",
"subdistrict": "<string>",
"district": "<string>",
"regency": "<string>",
"province": "<string>",
"postalCode": "<string>",
"phone": "<string>"
}
'