Revoke a specific user session by its ID, optionally revoking all associated grants and tokens.
DELETE
/api/users/{userId}/sessions/{sessionId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/users/{userId}/sessions/{sessionId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"