유저Timer 확인
유저의 남은 타이머 시간을 가져온다
GET
https://{status-domain}/v1.0/swipebrick/game/timer
Headers
Name
Type
Description
Authorization*
String
Bearer (webtoken)
```json
{
"return": 0,
"message": "success",
"value": {
"remain_sec": -1706854517,
"state": 0
}
}
```
curl --location --request GET 'https://localhost:51151/v1.0/swipebrick/game/timer'
Last updated