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

24 lines
253 B
Plaintext

meta {
name: authToken
type: http
seq: 3
}
post {
url: {{BASE_URL}}/api/v1/auth/token/
body: json
auth: inherit
}
body:json {
{
"phone": "+998940014741",
"password": "940014741"
}
}
settings {
encodeUrl: true
timeout: 0
}