curl -g -X GET --header "Accept: application/json" http://localhost:3000/api/CoffeeShops?filter[where][city]=Amsterdam
curl -g -X GET --header "Accept: application/json" http://localhost:3000/api/CoffeeShops?filter[where][id]=2
curl -g -X GET --header "Accept: application/json" http://localhost:3000/api/CoffeeShops?filter[where][city]=Eindhoven&filter[limit]=1
{"where":{"id":2}}
{"where":{"city":"Eindhoven"}}