Authorization: Bearer ********************
curl --location --request POST 'http://dev-cn.your-api-server.com/api/attachments.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--form 'file=@""'
{
"id": "f5838d8f-451b-4793-a0f2-0278430e8207",
"title": "1tab.ico",
"filesize": "9.4 KB",
"is_pdf": false,
"url": "http://localhost:3000/api/attachments/f5838d8f-451b-4793-a0f2-0278430e8207",
"created_on": "2023-12-25 14:53",
"content_type": "image/vnd.microsoft.icon"
}