pangolin/bruno/Auth/verify-email.bru
2024-10-06 22:50:23 -04:00

17 lines
190 B
Text

meta {
name: verify-email
type: http
seq: 7
}
post {
url: http://localhost:3000/api/v1/auth/verify-email
body: json
auth: none
}
body:json {
{
"code": "50317187"
}
}