Send Message
Bug Reports
Send Message
Send us a message. This endpoint allows users to send messages without authentication.
Args: message_data (SendMessageSchema): The message details including first name, email, and brief description. reporter_user (User | None): The user submitting the report.
Returns: dict: Confirmation message.
POST
Send Message
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
Response
Successful Response