I generated a SDK using the openAPI generator. However, in my spec, I have a body which accepts a few parameters and in the client SDK, when I want put the parameters, I have to create a request object with the params and pass it to the function.
Is there a way to pass it directly? I cannot change the spec.