24 lines
246 B
Plaintext
24 lines
246 B
Plaintext
meta {
|
|
name: confirmUser
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
post {
|
|
url: {{BASE_URL}}/api/v1/auth/confirm/
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"code": 1111,
|
|
"phone": "+998940014741"
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|