User Management
Submit Feedback
Submits user feedback, which creates a ticket in the helpdesk system.
POST
Authorizations
Standard OAuth2 flow for user authentication. Use Authorization Code Grant or Implicit Grant. JWT Bearer tokens obtained are used for subsequent requests.
Body
application/json
Subject of the feedback/ticket.
Detailed feedback message.
Location/context within the app where feedback originates (e.g., dashboard
, billing-page
).
Response
202
application/json
Feedback submitted successfully.
Example:
"Feedback sent!"