Say I have an object called place that has 2 string properties and an object property that in turn has 2 string properties itself. How do I need to serialize this object to work with FormEncode of Xamarin.Auth?
The API documentation for this particular endpoint states:
place = object containing id and name, and a location field containing latitude and longitude