GraphQL policy - accessing user

I had the same issue. Did not work for me even in the playground.

Place the following in the HTTP Headers section using the exact syntax worked for me.

{
  "Authorization":"Bearer REPLACE_WITH_YOUR_TOKEN"
}

Make sure there is no comma at at the end.