Test 문서

desc

contents

hi

this is test docs.

// Some code
SELECT * FROM Test;

Create a new user

POST /users

GET /stores

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

Last updated