[HttpGet] [Route("Movies/Download")] public IActionResult Download(int movieId, bool isSubscribed) { return Ok(); }