Authorization: Bearer ********************
curl --location --request POST 'https://api.vpsbg.eu/v1/support/tickets//messages' \
--header 'Accept;' \
--form 'message="Example reply message."' \
--form 'attachments[]=@""'
{
"id": 216,
"status": "opened",
"subject": "Server misbehaves",
"created_at": "2024-08-02T11:57:57.000000Z",
"updated_at": "2024-08-02T12:02:18.000000Z",
"department": "tech-support",
"service": "Cloud VPS 2 GB",
"messages": [
{
"id": 50,
"content": "Example reply message.",
"is_customer": false,
"created_at": "2024-10-22T11:54:28.000000Z",
"attachments": [
{
"id": 5,
"name": "first_attachment.png",
"size": 1426,
"mimeType": "image/png"
},
{
"id": 6,
"name": "second_attachment.png",
"size": 1242,
"mimeType": "image/png"
}
]
}
]
}