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 --request GET \ --url https://login.xsolla.com/api/users/me/phone \ --header 'Authorization: Bearer BEARER_TOKEN'
{- "phone_number": "+79551596067"
}