GET
/authentication/phone_island_token_check
curl \
--request GET 'http://localhost:8080/authentication/phone_island_token_check' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"exists": true
}