curl --location --request PUT 'https://api-sandbox.saaslogic.io/v1/customers/782ef4f6-8cdd-4f7c-9223-efc8b63d0b62/addresses/6bff50d4-2cd3-4bb6-8956-69f6d76426c8' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressName": "Adroit Solutions",
"address": "Akshya Nagar 1st Block 1st Cross, Rammurthy nagar, Bangalore",
"countryCode": "IND",
"stateCode": "KA",
"city": "Bangalore",
"zip": "560016",
"addressId": "6c54f68f-1de4-4d72-b532-ae45658e4a15",
"isDefault": true
}'