Record a new supplement in the tracker system.
| Permission | Description |
|---|---|
tracker_supplements.create | Create tracker supplement record |
| Name | Type | Required | Description |
|---|---|---|---|
tracked_at | string | Yes | Datetime for the supplement record |
supplement_id | int | Yes | Supplement ID |
diet_plan_supplement_id | int | No | Diet Plan Supplement ID |
notes | string | No | Optional notes |
<tracker supplement resource>
| Status | Error Type | Reference |
|---|---|---|
| 422 | Validation Error | Validation error |
| 401 | Unauthorized | Authentication error |
| 403 | Forbidden | Permission error |