Greenthum project document
Authorization: Bearer ********************
curl --location --request GET '/api/user/current-weather/latlon?lat&lon'
{
"coord": {
"lon": 0,
"lat": 0
},
"main": {
"temp": 0,
"feels_like": 0,
"temp_min": 0,
"temp_max": 0,
"pressure": 0,
"humidity": 0
},
"name": "string",
"sys": {
"country": "string",
"sunrise": 0,
"sunset": 0
},
"wind": {
"speed": 0,
"deg": 0
},
"clouds": {
"all": 0
},
"dt": 0
}