curl --request POST \ --url https://api.chessa.ai/v1/users/support \ --header 'Content-Type: application/json' \ --data '{ "comment": "I sent money but I have not received it yet. Here is the txHash and orderId", "metadata": { "hashUrl": "https://solscan.io/tx/5fhywuuxEtn6HXaRiKMV5XUQEBmmMhpVEE6wz18bttMynbVk17qECoGkoXfyE5s1meRxXCgcR9PtxPgKo67YeNVB", "orderId": "DF9N6WWJ" }, "type": "order"}'
Copy
{ "feedback": { "comment": "I sent money but I have not received it yet. Here is the txHash and orderId", "createdAt": "2025-06-21T19:24:06.641Z", "id": 1094, "metadata": { "hashUrl": "https://solscan.io/tx/5fhywuuxEtn6HXaRiKMV5XUQEBmmMhpVEE6wz18bttMynbVk17qECoGkoXfyE5s1meRxXCgcR9PtxPgKo67YeNVB", "orderId": "DF9N6WWJ" }, "type": "order", "userId": "b2c3d4e5-f6g7-8h9i-10j11-k12l13m14n15" }, "message": "Feedback submitted successfully"}
Users
Create Support Ticket
Create a support ticket for the current user.
POST
/
v1
/
users
/
support
Submit Support Feedback
Copy
curl --request POST \ --url https://api.chessa.ai/v1/users/support \ --header 'Content-Type: application/json' \ --data '{ "comment": "I sent money but I have not received it yet. Here is the txHash and orderId", "metadata": { "hashUrl": "https://solscan.io/tx/5fhywuuxEtn6HXaRiKMV5XUQEBmmMhpVEE6wz18bttMynbVk17qECoGkoXfyE5s1meRxXCgcR9PtxPgKo67YeNVB", "orderId": "DF9N6WWJ" }, "type": "order"}'
Copy
{ "feedback": { "comment": "I sent money but I have not received it yet. Here is the txHash and orderId", "createdAt": "2025-06-21T19:24:06.641Z", "id": 1094, "metadata": { "hashUrl": "https://solscan.io/tx/5fhywuuxEtn6HXaRiKMV5XUQEBmmMhpVEE6wz18bttMynbVk17qECoGkoXfyE5s1meRxXCgcR9PtxPgKo67YeNVB", "orderId": "DF9N6WWJ" }, "type": "order", "userId": "b2c3d4e5-f6g7-8h9i-10j11-k12l13m14n15" }, "message": "Feedback submitted successfully"}