24 lines
370 B
YAML
24 lines
370 B
YAML
info:
|
|
name: confirm-mobile
|
|
type: http
|
|
seq: 12
|
|
|
|
http:
|
|
method: POST
|
|
url: "{{baseUrl}}/verify-mobile/confirm"
|
|
body:
|
|
type: multipart-form
|
|
data:
|
|
- name: mobile
|
|
type: text
|
|
value: "09362957108"
|
|
- name: token
|
|
type: text
|
|
value: ""
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|