C7 Solution

Submit the decoded message and its property

C7 Solution

POST /api/v1/c7/solution

Request Body

FieldType
messagestring
propertystring

Responses

200

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

400

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

401

{
  "error": "string"
}