authentication/bruno/Auth/Resend.bru

16 lines
205 B
Plaintext
Raw Normal View History

2025-01-20 17:58:22 +07:00
meta {
name: Resend
type: http
seq: 2
}
get {
url: http://localhost:11000/api/auth/registration/resend?email=user@domain.com
body: none
auth: none
}
params:query {
email: user@domain.com
}