curl --request POST \
--url http://localhost:3000/api/support/send-feedback \
--header 'Content-Type: application/json' \
--data '
{
"category": "<string>",
"description": "<string>",
"attachments": [
{
"name": "<string>",
"type": "<string>",
"data": "<string>"
}
]
}
'