/**
  * Constructor.
  */
 public function __construct()
 {
     parent::__construct(app(JsonApiRequest::class), new Api());
 }