bruno_template/api/auth/register.bru
2025-03-19 19:00:41 -04:00

21 lines
264 B
Text
Executable file

meta {
name: register
type: http
seq: 1
}
post {
url: {{base_url}}/api/auth/register
body: json
auth: none
}
body:json {
{
"username": "creations",
"email": "",
"password": "",
"invite": "",
"timezone": "America/New_York"
}
}