Use file name i.e {{host}}/filename.json. How can i automatically replace filename each time that attach newfile in body?
I’m using URL that must content file name i.e {{host}}/filename.json. (method PUT). The goal is to attach a file in the body of the request and i want to set up the url so we can read the file name of the file attached and update this name in the url request. How can i automatically replace filename each time that attach newfile in body?