유저정보

해당 유저의 현재 게임내 정보를 가져온다

GET https://{status-domain}/v1.0/swipebrick/info

Headers

Name
Type
Description

Authorization*

String

Bearer (token)

```json
{
    "return": 0,
    "message": "success",
    "value": {
        "have_shoot_count": 0,
        "shoot_count": 0,
        "charged_count": 0
    }
}
```
curl --location --request GET 'https://localhost:51151/v1.0/swipebrick/info'

Last updated