Create ticket
This endpoint creates a new ticket for the specified user.
HTTP Endpoint
POST https://panel.myownfreehost.net/json-api/supportnewticket.php
Usage
curl -X POST -u username:password -d "api_user=username&api_key=password&domain_name=subdomain.example.com" -F domain_name=subdomain.example.com -F clientusername=hname_12345678 -F subject=Testing -F comments=Test -F ipaddress=1.1.1.1 "https://panel.myownfreehost.net/json-api/supportnewticket.php"
Response
💡
The above request returns text structured like the following:
SUCCESS : 000000