To submit a ticket, use the following GET request format:
GET /TicketSubmission HTTP/1.1
Steps to Submit a Ticket 📝
Prepare Details
- Include required parameters:
ticket_type
,description
,priority
- Example:
ticket_type=bug&description=App_crash_on_login&priority=high
- Include required parameters:
Attach Files
Usefile_upload
parameter for logs or screenshots
⚠️ Supported formats:.txt
,.zip
,.png
Submit Request
Click the 📤 button or send the request to our server
✅ Confirmation:HTTP 202 Accepted
For advanced options, visit the API documentation 🔗