We have a post request as below ''' { Parameter : "name" col : 1 } '''
if the status code is 200 then do nothing, if status code is 400, then set value : "test" in the above payload as below and send again.
''' { Parameter : "name" col : 1 value : "test" } '''