cURL
curl --request GET \ --url https://commerce.driv.ly/api/cities/{state}/{name}
{ "data": { "state": "<string>", "name": "<string>" }, "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
Show child attributes
{ "name": "Springfield", "state": { "code": "IL" }}