curl --location '/api/v1/core/customers//update' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customerName": "string",
"taxId": "string",
"taxIdSchemeId": "TXID",
"emailAddress": "user@example.com",
"phoneNumber": "string",
"languageCode": "TH",
"buildingName": "string",
"buildingNumber": "string",
"alley": "string",
"village": "string",
"villageNumber": "string",
"street": "string",
"address1": "string",
"address2": "string",
"countryCode": "TH",
"provinceCode": "string",
"districtCode": "string",
"subDistrictCode": "string",
"postCode": "string"
}'