I need to pass a test link that has a parameter which is combination of 2 parts seperated by “/” sign. here is an example.
I have a photo that has a public id of (myfoldername/publicIdOfPhoto) so if I pass the request in postman it gives not found as it will look at that as 2 seperate paths and not as one parameter to pass.