@manton I am trying to upload an image via the API, but am getting back “No verified site could be found for token.”
curl -XPOST -H 'Authorization:: Bearer 12345' -d '--form file="/Users/user/myfile.png"' 'https://micro.blog/micropub/media'
Where did I go wrong?

