Gets the email of the authenticated user by JWT.
OK
Forbidden
Not Found
curl --request GET \ --url https://login.xsolla.com/api/users/me/email \ --header 'Authorization: Bearer BEARER_TOKEN'
{"current_email": "test@email.com"}