cURL
curl --request GET \ --url https://commerce.driv.ly/api/cities/{state}/{name}
{ "data": { "name": "Springfield", "state": { "code": "IL" } }, "success": true }
City is uniquely identified by State
City is uniquely identified by Name
The number of levels of related objects to include in the response
City Found
The response is of type object.
object