1. Signup for Weather API and get your API Key. Assign the value to the WeatherAPIKey Site Property;
2. Create a JSON using the format presented below:
{
"name": "Nuno Silva",
"email": "nuno@mail.com",
"country": "Portugal",
"city": "Lisbon"
}