Get Round Participants Status
curl --request GET \
--url https://api-dev.monyfix.tech/rounds/{round_id}/participants \
--header 'Authorization: Bearer <token>'
{
"status": "NOT_IN_ROUND",
"participants": [
{
"id": "<string>",
"phone": "<string>",
"username": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"avatar_url": "<string>"
}
]
}