Pass the Parameter / Variable in Http Request Body

@Naresh_Upadhyay

If you are using data from file then use a placeholder inplace of value and use replace

For example place holder can be <LegalEntity>

Then use str.Replace("<LegalEntity>",yourVariable) here str is the string read from Text file

Cheers