Go-TestAPI/brunoTest/golang-test/User/Register.bru

20 lines
211 B
Plaintext
Raw Normal View History

2024-06-07 12:52:30 +00:00
meta {
name: Register
type: http
seq: 1
}
post {
url: {{host}}/registration
body: json
auth: none
}
body:json {
{
"Name": "User 1",
"Email": "user@example.com",
"Password": "1"
}
}