I'm trying to change a preference via curl (lila-docker):
curl -X POST http://localhost:8080/api/account/preferences/premove -H "Authorization: Bearer lip_jacob" -d "{premove: 1}"
This gives me back {"error":"Missing scope"} which I find confusing, since according to http://localhost:8080/account/oauth/token the token is all access - what am i doing wrong here?