Получите заголовок от Postman repsonse
console.log(pm.response.headers.get('Location').split('='));
A-Siam
console.log(pm.response.headers.get('Location').split('='));