Satishelp API for Add Tickets

Endpoint 1: https://satishelp.azurewebsites.net/api/ticket
Method: POST
Data Format: JSON.stringify({ pk: "{your-project-key}", ak: "{your-account-key}", c: "{your-ticket-content}" })
Data Example: JSON.stringify({ pk: "surveyol22", ak: "12345", c: JSON.stringify(json) })

Endpoint 2: https://satishelp.azurewebsites.net/api/addticket
Method: GET
Data Format: pk={your-project-key}&ak={your-account-key}&c={your-ticket-content}
Data Example: pk=surveyol22&ak=12345&c=could%20not%20log%20in