C3 Solution

Submit your answer for Challenge 3

C3 Solution

POST /api/v1/c3/solution

Request Body

FieldType
usernamestring
passwordstring

Responses

200

{
  "correct": true,
  "message": "string",
  "points_awarded": 0,
  "total_score": 0
}

400

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

401

{
  "error": "string"
}