18 lines
184 B
Plaintext
18 lines
184 B
Plaintext
meta {
|
|
name: Resend verification code
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v1/register/resend
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"email": ""
|
|
}
|
|
}
|