curl --location --request POST 'https://api.teamly.one/api/v1/upload' \
--header 'Authorization;' \
--header 'Content-Type: multipart/form-data' \
--form 'image=@""' \
--form 'type="attachment"'
{
"success": true,
"url": "https://s3-eu-central-1.amazonaws.com/www.teamly.one/attachment/0f315ebc-7277-4b05-9d97-2921755c662c.png"
}