How do I create an anonymous album (not tied to an account) with the imgur API version 3?
I've tried everything I can think of but I always get either a 403 forbidden or 405 method not allowed...
POST https://api.imgur.com/3/album HTTP/1.1
Authorization: Client-ID ***
Host: api.imgur.com
Content-Length: 22
Expect: 100-continue
Connection: Keep-Alive
{"title":"album title"}