user register va login qo'shildi
This commit is contained in:
23
users/authToken.bru
Normal file
23
users/authToken.bru
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user