user register va login qo'shildi

This commit is contained in:
Husanjonazamov
2026-02-12 12:07:09 +05:00
commit 1c126819bb
6 changed files with 91 additions and 0 deletions

23
users/authToken.bru Normal file
View File

@@ -0,0 +1,23 @@
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
}