{
"userNo": "string",
"postcode": "string",
"countryId": 0,
"provinceId": 0,
"cityName": "string",
"addressId": 0,
"address": "string",
"firstName": "string",
"lastName": "string",
"mobile": "string",
"isDefault": 0,
"email": "string",
"taxId": "string",
"provinceName": "string",
"countryCode": "string"
}curl --location '/open/order/createUserAddress' \
--header 'Content-Type: application/json' \
--data '{
"userNo": "string",
"postcode": "string",
"countryId": 0,
"provinceId": 0,
"cityName": "string",
"addressId": 0,
"address": "string",
"firstName": "string",
"lastName": "string",
"mobile": "string",
"isDefault": 0,
"email": "string",
"taxId": "string",
"provinceName": "string",
"countryCode": "string"
}'{
"success": true,
"message": "string",
"data": 0,
"code": 0
}