*/ protected function defaultBody(): array { return [ 'method' => $this->love ? 'track.love' : 'track.unlove', 'sk' => $this->user->preferences->lastFmSessionKey, 'artist' => $this->song->artist->name, 'track' => $this->song->title, ]; } }