Files
XIVPlan-DB/.bruno/User Endpoints/enroll user.bru
Ean Milligan 1eac7180c0 organization
2026-04-08 03:08:47 -04:00

25 lines
254 B
Plaintext

meta {
name: enroll user
type: http
seq: 1
}
post {
url: http://localhost:14014/api/enroll
body: json
auth: inherit
}
body:json {
{
"name": "test",
"pin": "1234",
"email": ""
}
}
settings {
encodeUrl: true
timeout: 0
}