curl --request POST \
--url https://api.sandbox.sardine.ai/v1/supportTickets \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"userId": "abc123",
"issueType": "payment_problem",
"message": "I was charged twice for the same transaction."
}
'