C6 Solution

Submit your findings

C6 Solution

POST /api/v1/c6/solution

Request Body

FieldType
answerstring

Responses

200

{
  "success": true,
  "message": "string",
  "points_awarded": 0
}

400

{
  "error": "string",
  "message": "string"
}

401

{
  "error": "string"
}