Authorization: Bearer ********************curl --location --request POST '/api/community/groups/attachments/upload' \
--header 'Authorization: Bearer <token>' \
--form 'type="image"' \
--form 'file=@"C:\\Users\\Muika\\Desktop\\gen_image.png"'{
"type": "string",
"url": "string",
"title": "string",
"file_size": 0,
"download_count": 0
}