POST
/authentication/phone_island_token_login
curl \
--request POST 'http://localhost:8080/authentication/phone_island_token_login' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"subtype":"string"}'
Request examples
{
"subtype": "string"
}
Response examples (200)
{
"token": "string"
}