I followed this article
https://dropbox.tech/developers/generate-an-access-token-for-your-own-account
but when I do this
curl https://api.dropbox.com/1/account/info -H "Authorization:Bearer sl.BLDmzx7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxsomethinginherexxxxx"
I get this
{"error": "Invalid OAuth2 token."}

what am I doing wrong?