Returns information if the user is authenticated else it returns a 401
response.
GET
/auth/authenticated
curl \
--request GET http://api.example.com/auth/authenticated \
--header "Authorization: $API_KEY"
response.
curl \
--request GET http://api.example.com/auth/authenticated \
--header "Authorization: $API_KEY"