bruno_template/api/auth/email/verify.bru
2025-03-19 19:00:41 -04:00

15 lines
192 B
Text

meta {
name: verify
type: http
seq: 1
}
post {
url: {{base_url}}/api/auth/email/verify/:code
body: none
auth: none
}
params:path {
code: 0195979d-8cf0-7000-b178-58187510ac4e
}