Files
api-approagency/Auth/confirm-mobile.yml
T
2026-05-19 13:01:12 +03:30

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