계정 로그아웃
DELETE https://{game_host_ext_ssrm}/v1.0/ssrm/auth/logout
Headers
Name
Type
Description
Context-Type*
string
application/json
Authorization
string
login AT
{
"return": 0,
"message": "success",
}curl --location --request POST 'https://localhost:51151/v1.0/ssrm/auth/login' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data ''return
message
desc.
0
success
성공
71100
Invalid jwt token
로그인 시도 에러
Last updated