Parameterization of variables in http bodyd

I want to pass a value in the test case to a variable in the HTTP body of the API test. What will I write in my test case?

Hello,

look at this article how to create custom requests (where parametrized objects are allowed)

or search on the forum, are plenty discussions about parametrizing objects (url and body)