POST Endpoints

🔸 Create a New Record

POST /authentication/api/records/
Creates a new record.

{
  "problem_id": 1,
  "status": "solved"
}