유저정보
해당 유저의 현재 게임내 정보를 가져온다
Headers
Name
Type
Description
```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'key
data type
desc.
return
message
desc.
Last updated