v1
latestSwagger 2.02026-07-176617.2 KBUsers
Create a new user
Create a new user with the provided user information
post/createUser
Request body
Example request
{
"age": 30,
"email": "test@test.com",
"name": "John Doe",
"password": "password#@#@!2121"
}Response
OK
Example response
{
"age": 30,
"email": "test@test.com",
"id": "82bdd399-321b-41d8-8b40-9a0116db9e92",
"name": "John Doe"
}