Security enhancements to IP Vault and new Gemini 3.1 Flash Live STS model for Convo mode
cURL
curl --request POST \ --url https://pria.praxislxp.com/api/user/feedback \ --header 'Content-Type: application/json' \ --header 'x-access-token: <api-key>' \ --data ' { "feedback": "Great feature! Very helpful." } '
{ "success": true, "message": "Feedback created!" }
Submits user feedback about the application. Sends a notification email upon successful creation.
JWT token passed in x-access-token header
User feedback text
4096
"Great feature! Very helpful."
Feedback submitted successfully
true
"Feedback created!"
Was this page helpful?