update
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
meta {
|
||||
name: Resend verification code
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/register/resend
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"email": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user