I’m using Lyft. This is the body needed by the post call:
{"ride_type" : "lyft", "origin" : {"lat" : 37.77663, "lng" : -122.39227 }, "destination" : {"lat" : 37.771, "lng" : -122.39123, "address" : "Mission Bay Boulevard North" } }
This returns a 200 OK code, but variables are needed
For “lat” and “lng”, how do I include the quotation marks?
When I put the <>s around the “lat” and “lng”, the call fails.
Thanks for your help!