I am trying to delete users in bulk with Postman. To achieve this operation I have to pass all the user id in append url which is like this -
https://example.com/test/Users/{{id}}
id value I am taking from csv file. Please find below screenshot for more understanding -
And postman is taking value in different way. I guess due to the size of variable it is not considering last 3 numbers
Please help me in this. Thanks