curl --location --request PUT 'https://api.lyft.com/v1/sandbox/rides/' \ --header 'Content-Type: application/json' \ --data-raw '{ "status": "lyft" }'
{ "ride_id": 123456789, "status": "accepted" }