GET
/
users
/
me
curl -X GET https://api.gotolstoy.com/users/me \
  --header 'Authorization: Bearer <API_KEY>'
{
  "id": "user-id",
  "email": "user-email",
  "appKey": "app-key"
}

This endpoint allows you to get free cakes.