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

26 lines
311 B
Plaintext

meta {
name: createUser
type: http
seq: 1
}
post {
url: {{BASE_URL}}/api/v1/auth/register/
body: json
auth: none
}
body:json {
{
"first_name": "Husanjon",
"last_name": "Azamov",
"phone": "+998940014741",
"password": "940014741"
}
}
settings {
encodeUrl: true
timeout: 0
}