Skip to main content
POST
/
api
/
v2
/
users
Create a new user
curl --request POST \
  --url http://127.0.0.1:3000/api/v2/users \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
"<any>"

Authorizations

Authorization
string
header
required

Headers

X-Request-Id
string
Content-Type
string
Accept
string

Body

application/json · object

Response

201 - application/json