curl --location 'https://mock.apidog.com/m1/1364933-0-default/v1/weather'{
"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"
}
}