validate([ 'amount' => 'required|numeric|max:1000', ]); return $this->success(); } }