authentication/bruno/Auth/Resend.bru

16 lines
192 B
Plaintext

meta {
name: Resend
type: http
seq: 2
}
get {
url: http://localhost:11000/api/auth/resend?email=user@domain.com
body: none
auth: none
}
params:query {
email: user@domain.com
}