I have an endpoint where i need to pass in a variable called message but the variablename message is already taken by the generated code. Is it possible to add a prefix to the generated message variable so the name will be RequestMessage or something like that?
From this
To this