index ?? null; if (isset($index)) { return "/$index/_ccr/unfollow"; } throw new RuntimeException('Missing parameter for the endpoint ccr.unfollow'); } public function getParamWhitelist(): array { return []; } public function getMethod(): string { return 'POST'; } }