curl --location --request POST '/support' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"type": "REFOUND",
"message": "string",
"ticket_code": 0,
"user_type": "USER"
}'
{
"message": {
"title": "string",
"description": "string"
},
"status": "string",
"success": true,
"data": null
}