Create the first admin
POST
/api/v1/auth/setup
Request Body
application/json
JSON "$schema": "https://bpincentives.com/schemas/Auth-setupRequest.json", "email": "string", "name": "string", "password": "string", "username": "string"
{
}
Responses
Created
application/json
JSON "$schema": "https://bpincentives.com/schemas/NextBody.json", "methods": [ ], "next": "string"
{
}