currently, I'm trying to integrate Jira with a free service system & wanted to send any attachment/s to the respective fresh service ticket.
Please check how fresh expecting
curl -v -u user@yourcompany.com:test -F "attachments[]=@/path/to/attachment1.ext" -F "body=Hi tom, Still Angry" -F "notify_emails[]=tom@yourcompany.com" -X POST 'https://domain.freshservice.com/api/v2/tickets/265/notes'
https://api.freshservice.com/v2/#update_a_conversations
is it possbile to access all the attachments.