curl --location --request PUT 'http://localhost/api/v1/tenant/master-data/addresses/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": "string",
"address_line_1": "string",
"address_line_2": "string",
"region_code": "string",
"country_code": "st",
"latitude": -90,
"longitude": -180,
"notes": "string",
"is_active": true,
"address_type": "billing",
"is_primary": true
}'{
"success": true,
"code": "string",
"message": "string",
"request_id": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"api_version": "string",
"data": {}
}