Authentication
Login
Endpoint
POST /auth/loginHeaders
Key
Value
Description
Request Body
{
"userId": "string",
"nickname": "string",
"profileImageUrl": "string"
}Response
{
"status": 200,
"message": "success",
"userId": "string",
"expiresAt": "date"
}JWT Access Token
Last updated