Disconnect

현재진행중인게임에서 강제접속종료

POST https://{status-domain}/v1.0/swipebrick/disconnect

Headers

Name
Type
Description

Authorization*

String

Bearer (webtoken)

{
    "return": 0,
    "message": "success"
}
curl --location --request POST 'https://localhost:51151/v1.0/swipebrick/disconnect'

Last updated