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