2dd0501687
Build & Test (NowChessSystems) TeamCity build failed
refactor(bru): standardize authentication settings across requests chore: add coordinator base URL to configuration files
29 lines
331 B
Plaintext
29 lines
331 B
Plaintext
meta {
|
|
name: Register
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{accountBaseUrl}}/account
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"username": "player1",
|
|
"email": "player1@example.com",
|
|
"password": "securepassword"
|
|
}
|
|
}
|