formRequest method
is called by the request and requestWithValuesmethod to form the
request. Should be overridden by subclasses to add parameters
Implementation
Future<String> formRequest([List<String>? values]) =>
baseRequest(values: values ?? []);