# Create User Feedback Create Matching Decision Log where decisions will be stored. Endpoint: POST /userfeedbacks Version: 2 Security: apiKey ## Request fields (application/json): - `name` (string) Name of the matching decision log. Example: "decisionLogOne" ## Response 200 fields (application/json): - `id` (string) Uniquely identifying ID of the decision log. Example: "65dcc3c60cecd503bcc88c92" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:53Z" - `name` (string) Name of the decision log. Example: "decisionLogOne" - `organization` (string) Uniquely identifying ID of the organization. Example: "12345678-1234-5678-1234-567812345678"