POST
/support/tickets
curl \
--request POST 'http://api.example.com/support/tickets?type=string' \
--header "Content-Type: application/json"
Request examples
{}
curl \
--request POST 'http://api.example.com/support/tickets?type=string' \
--header "Content-Type: application/json"
{}