curl --location 'https://mock.apidog.com/m1/1364933-0-default/weather?lat=undefined&lon=undefined&city=undefined'{
"success": true,
"message": "Weather data returned successfully",
"data": {
"temp": 28.5,
"status": "Sunny",
"humidity": 45,
"wind_speed": 12.5,
"forecast": "Clear skies throughout the day"
}
}