Curl code 40110000

I try to use a paper trading api, but I have got an error. Also, I have replaced an api id and a key. No luck. Took info from API docs

curl -X GET \

-H "APCA-API-KEY-ID: {PK81DCTF....}" \
-H "APCA-API-SECRET-KEY: {g5c9kL7mUh...}"\
https://paper-api.alpaca.markets/v2/account

{“code”:40110000,“message”:“access key verification failed : access key not found (Code = 40110000)”}

Thanks!

NVM, deleted {} and it works!