How to transform file Content-Type from Multipart/form-data to application/pdf ?

How to transform file Content-Type from Multipart/form-data to application/pdf ?

Hi,
I have a big issue with file content-type during uploading the files into Messagebird server. 
After successful uploaded into Messagebird server, but the file content-type always in Multipart/form data.
But the requirement from Messagebird the Content-Type must in application/pdf . Therefore I tried with postman to test and it was perfect result. But not sure where is my mistake from the code. Below is my custom function :

downloadfile = invokeurl
[
url: "https://www.zohoapis.com/crm/v3/Deals/"+ dealID + "/Attachments/XXXXX"
type: GET
connection:"downloadfile"
];

// Uploading file attachment to Messagebird Server
head = Map();
head.put("Authorization","AccessKey XXXXXX");
head.put("Content-Type","application/pdf");
head.put("Content-Disposition","attachment;filename=Ticket_Voucher.pdf");
messagebird = invokeurl
[
type :POST
headers:head
files: downloadfile
];
info messagebird;
fileID = messagebird.get("id");

Below is the requirement from Messagebird


After uploaded successful, i use websniffer.com to check the files and the result always in Multipart/form-data but not application/pdf.

I need help from all the expert to get rid of this problem. 
Thank you


      Zoho Developer Community









                                Zoho Desk Resources

                                • Desk Community Learning Series


                                • Digest


                                • Functions


                                • Meetups


                                • Kbase


                                • Resources


                                • Glossary


                                • Desk Marketplace


                                • MVP Corner


                                • Word of the Day



                                    Zoho Marketing Automation


                                            Manage your brands on social media



                                                  Zoho TeamInbox Resources

                                                    Zoho DataPrep Resources



                                                      Zoho CRM Plus Resources

                                                        Zoho Books Resources


                                                          Zoho Subscriptions Resources

                                                            Zoho Projects Resources


                                                              Zoho Sprints Resources


                                                                Qntrl Resources


                                                                  Zoho Creator Resources



                                                                    Zoho WorkDrive Resources



                                                                      Zoho Campaigns Resources


                                                                        Zoho CRM Resources

                                                                        • CRM Community Learning Series

                                                                          CRM Community Learning Series


                                                                        • Tips

                                                                          Tips

                                                                        • Functions

                                                                          Functions

                                                                        • Meetups

                                                                          Meetups

                                                                        • Kbase

                                                                          Kbase

                                                                        • Resources

                                                                          Resources

                                                                        • Digest

                                                                          Digest

                                                                        • CRM Marketplace

                                                                          CRM Marketplace

                                                                        • MVP Corner

                                                                          MVP Corner





                                                                            Design. Discuss. Deliver.

                                                                            Create visually engaging stories with Zoho Show.

                                                                            Get Started Now