사용자

Create a new user

f(x)=xe2piiξxf(x) = x * e^{2 pi i \xi x}

POST /users

<Description of the endpoint>

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

name

string

Name of the user

age

number

Age of the user

Response

{
  "id": 1,
  "name": "John",
  "age": 30
}


Last updated