17 lines
190 B
Text
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"
|
|
}
|
|
}
|