{% client.global.set("token", response.body.data.token); %}
可以保存
后续使用 {{token}}
引用
POST {{host}}/user/login
Content-Type: application/x-www-form-urlencoded
email=xxx&password=110110
> {% client.global.set("token", response.body.data.token); %}
###
GET {{host}}/profile
Token: {{token}}
###