has anyone used postman for api analysis ?

you can only create a ticket with POST not GET
 
Yes sorry was unclear communicated
I took the token and the ticket from the post response and filled a get request for /access/acl
but this doesnt worked. a same triggert request with curl worked fine for me. May be postman handles the cookie wrong ?
 
I found that using the html mode for the login (/access/ticket) properly set the cookie which works for the rest of my requests