authentication/bruno/Auth/Resend.bru
2025-01-20 17:58:22 +07:00

16 lines
205 B
Plaintext

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
}