I am having of few GET request in my collection,repeating at many instances… For example, A GET request is used for a job creation validation, same call is used after job edit validation, and then job deletion.
I want to eliminate the repetitive GET Calls by keeping only one call than calling after it wherever required….
Is is possible in postman?
Need to call request by keeping one request wherever required