*/ public function rules(): array { return [ 'request_id' => 'required|exists:harims,panjare_vahed_id', 'data' => 'required|array', ]; } }