Files
sifatbaho-docs-bruno/users/confirmUser.bru
2026-02-12 12:07:09 +05:00

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
}