18 lines
188 B
Plaintext
18 lines
188 B
Plaintext
meta {
|
|
name: Verify Email Confirmation
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: {{API_URL}}/account/register/verify
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"token": "token"
|
|
}
|
|
}
|