> ## Documentation Index
> Fetch the complete documentation index at: https://complex-0dd0e9f9.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# POST Endpoints

# POST Endpoints

## 🔸 Create a New Record

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

```json theme={null}
{
  "problem_id": 1,
  "status": "solved"
}
```
