authentication/bruno/Auth/Verify.bru

16 lines
178 B
Plaintext

meta {
name: Verify
type: http
seq: 4
}
get {
url: http://localhost:11000/api/auth/verify?token=xx.xx.xx
body: none
auth: none
}
params:query {
token: xx.xx.xx
}