Round answer
cURL
curl --request POST \ --url https://api-dev.monyfix.tech/rounds/{round_id}/answer \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "answer_id": 123, "response_time": "<string>" } '
200
Example
true
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type boolean.
boolean