fosrl.pangolin/bruno/Auth/verify-email.bru

18 lines
190 B
Text
Raw Normal View History

2024-10-06 18:43:20 -04:00
meta {
name: verify-email
type: http
2024-10-06 22:50:23 -04:00
seq: 7
2024-10-06 18:43:20 -04:00
}
2024-10-06 22:50:23 -04:00
post {
url: http://localhost:3000/api/v1/auth/verify-email
2024-10-06 18:43:20 -04:00
body: json
auth: none
}
body:json {
{
2024-10-06 22:50:23 -04:00
"code": "50317187"
2024-10-06 18:43:20 -04:00
}
}