Define parameters on Rest.
If a parameter is desired to be defined in json in the body section, it should be defined as "@parametre" against the relevant value and the equivalent of this value should be entered in body parameters.
example: { "documentName": "@parametre1"} ---- A value of X can be defined into Body parameters in exchange for parameter1.