Gets the email of the authenticated user by JWT.
OK
Forbidden
Not Found
curl -i -X GET \ https://login.xsolla.com/api/users/me/email \ -H 'Authorization: YOUR_API_KEY_HERE'
{"current_email": "test@email.com"}