Unable to send same request from team workspace

unable to send the same request from the team workspace

I send a POST request from my local workspace and it works fine and I get a 201 response.

I send the same POST request from the team workspace I get a 401 error.

both requests are sent using desktop postman, not from the browser.

I confirmed that Both have the same auth token, cookie, and all other required headers and JSON body

Resolved the issue by getting the cURL request from both workspaces and found the difference in token which is causing the problem.

1 Like