Skip to main content
POST
/
admin
/
seed
Seed superadmin
curl --request POST \
  --url https://api.easierprop.com/admin/seed \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "superadmin",
  "password": "s3cret"
}
'
{
  "ok": true,
  "data": {}
}

Body

application/json
username
string
required
Example:

"superadmin"

password
string
required
Example:

"s3cret"

Response

Superadmin created

ok
boolean
Example:

true

data
object