Hello All,How to get perticular value from response content using json path method and pass input parameter as dynamic value in the below expression.$.employees[?(@.lastName == 'Smith')].firstNameHere Smith need to be replace with input parameter and...