Gets the phone number of the authenticated user by JWT.
The phone number in this call is used only for passing the two-factor authentication.
OK
No Content (Phone number is empty)
Forbidden
Not Found
curl -i -X GET \ https://login.xsolla.com/api/users/me/phone \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "phone_number": "+79551596067"
}