{
"custNum": "string",
"locationX": "string",
"locationY": "string",
"address": "string"
}
curl --location --request POST '/facade/customer/updateCustServiceAddrLocation' \
--header 'token: qGUGaj6nydgo3T4bNNHPzkCULnxMwSVHsibTqbQzBbu9Xw5RxbxNmpwaUctfZ49k' \
--header 'Content-Type: application/json' \
--data-raw '{
"custNum": "string",
"locationX": "string",
"locationY": "string",
"address": "string"
}'
{
"success": false,
"code": "",
"message": "",
"data": {}
}