I'm following the MongoHQ Collections API tutorial at
http://support.mongohq.com/mongohq-api/collections.html
When I attempt to create a new collection using this curl example (with my own API key)
curl -X POST http://api.mongohq.com/databases/vehicles/collections?_apikey=12345
-H "Content-Type: application/json"
-d '{"name":"my_new_collection"}'
I get this error.
[:error, "Invalid parameters: MultiJson::DecodeError"]
The JSON looks solid. Any ideas?