I'm using postman to test the REST API and using interceptor to store the cookie that is sent back
My cookie that I receive from the login endpoint looks like this:
SERVERID=inst05us-autoscale-app3|Ye8OW|Ye8Ny
I do see this cookie included in my headers when trying to hit the SR endpoint to test, but I receive a 401 error saying I need to login to sysaid first.
The documentations leads me to believe that i need to be receiving a JSESSIONID cookie but that doesn't seem to be what I'm getting back?