Hi everyone, I am trying to pass a dynamic variable in post request's path (ex.
https://example.com/{{bookId}}). It seems that only if I set the variable as a body property it is also populated in the path. The problem is that the specific endpoint does not work if I send the variable in the body request too. So I need to pass the variable in the path but not in the body. Again, this is a POST request.
Thank you!