Check user round status
cURL
curl --request POST \ --url https://api-dev.monyfix.tech/rounds/{round_id}/check-user-round-status \ --header 'Authorization: Bearer <token>'
200
Example
{ "status": "NOT_IN_ROUND", "is_private": true}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
NOT_IN_ROUND
WAITING_FOR_PLAYERS
COUNTDOWN
QUESTION
RESULTS