GET
/authentication/phone_island_token_check
curl \
--request GET 'https://middleware.example.com/api/authentication/phone_island_token_check' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"exists": true
}