public IActionResult FollowArtist(AddFollowArtistRequest follow)
 {
     return(Ok(repository.FollowArtist(follow)));
 }