With the request variables feature from Kulala you can now access the access_token and use it in the next requests. GET {{apiURL}}/items HTTP/1.1Accept: application/jsonAuthorization: Bearer {{login.response.body.$.access_token}}
In Authorization header {{login.---}} login is a name of the login handler. It's defined by ### login above.