Files
basango/projects/backend/api/identity-and-access/register.bru
T
2025-10-05 14:42:25 +02:00

20 lines
228 B
Plaintext

meta {
name: register
type: http
seq: 5
}
post {
url: {{baseUrl}}/register
body: json
auth: none
}
body:json {
{
"name": "bernard",
"email": "bernard@devscast.org",
"password": "#New--123pass@"
}
}