public IActionResult DeleteSongsFromPlayList(DeletePlayListRequest data) { return(Ok(repository.DeleteSongsFromPlayList(data))); }