curl --location --request PATCH 'https://dev-api.inwantaiwan.com/api/cms/v1/member//address/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"note": "string",
"status": "string"
}'
{
"data": {}
}