curl --location --request GET 'https://api.lyft.com/eta?lat&lng'
{
"eta_estimates": [
{
"display_name": "Lyft Line",
"eta_seconds": 120,
"is_valid_estimate": true,
"ride_type": "lyft_line"
}
]
}