{
"addressDetail": "string",
"addressType": 0,
"cityCode": "string",
"cityId": 0,
"countryCode": "string",
"countryId": 0,
"countyCode": "string",
"countyId": 0,
"customerId": 0,
"defaultStatus": 0,
"id": 0,
"merchantId": 0,
"mobile": "string",
"name": "string",
"provinceCode": "string",
"provinceId": 0,
"shopId": 0
}curl --location --request POST 'https://dev.mallpraise.com.cn/emall/openapi/v1//h5/customerInfo/customerAddress/add' \
--header 'Authorization;' \
--header 'openKey;' \
--header 'Content-Type: application/json' \
--data-raw '{
"addressDetail": "string",
"addressType": 0,
"cityCode": "string",
"cityId": 0,
"countryCode": "string",
"countryId": 0,
"countyCode": "string",
"countyId": 0,
"customerId": 0,
"defaultStatus": 0,
"id": 0,
"merchantId": 0,
"mobile": "string",
"name": "string",
"provinceCode": "string",
"provinceId": 0,
"shopId": 0
}'{
"code": 0,
"data": "string",
"extraData": {},
"extraData1": {},
"message": "string"
}