podmall.address.createconfig/api/podmall/mall/address/create.json1。{
"countryCode": "string",
"stateCode": "string",
"cityCode": "string",
"districtCode": "string",
"state": "string",
"city": "string",
"district": "string",
"addressLine1": "string",
"addressLine2": "string",
"zipcode": "string",
"phone": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"isDefault": "string"
}curl --location '/v4/gateway/podmall.address.create' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"countryCode": "string",
"stateCode": "string",
"cityCode": "string",
"districtCode": "string",
"state": "string",
"city": "string",
"district": "string",
"addressLine1": "string",
"addressLine2": "string",
"zipcode": "string",
"phone": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"isDefault": "string"
}'{
"status": 0,
"success": true,
"data": true
}