go to settings > general > location > check "allow reading files outside working directory"
Scripts
Set enviroment variable with response
// Check if the request was succesfull (pm object - short for postman)if(pm.response.code ===201){// Set the environment variable
pm.environment.set('token', pm.response.json().access_token)}