When an API is wrapped, it can be useful to be able to provide a list of variables that the user or higher-level app should provide at minimum for the call to work. Sort of "required" values that the API spec itself cannot itself provide.
There could be one common required key or one for params and one for the body. Perhaps one common setting would suffice though.