Record recommendation feedback
POST /v1/behavior/recommendations/:id/feedback — Accept, dismiss, or mark a suggestion unsuitable.
POST /v1/behavior/recommendations/:id/feedback
The JSON body must contain outcome with one of accepted, dismissed, or
not_suitable. Feedback closes the active candidate and applies a cooldown so
the same suggestion does not immediately reappear.
| Method | POST |
| Auth | Authorization: Bearer <token> required |
| Category | behavior |