Your controller method is missing the instance of SubscriberRequest. You should rewrite your code to this.
SubscriberRequest
public function subscribe(SubscriberRequest $request) { dd($request->validated()); // returns all the validated data as an array }