Is it possibile to to use "raw_source" Argument (POST /Emails Rest API / Archive) to upload existing .eml mail file?

Hello,

I'm trying to archive in SugarCRM a email message saved as .eml File.

Can I used the raw_source arguments inside Rest API POST /Emails "archive" to populate email fields inside SugarCRM?

I tried to upload directly the eml file (using postman): the post command return the id of new mail record:

{
    "id""5423b794-de05-11ed-b35e-0242ac120003",
    "date_entered""2023-04-18T18:23:18+02:00",
    "date_modified""2023-04-18T18:23:18+02:00",
    "assigned_user_id""387323fc-adf1-11ed-8274-0242ac120004",
    "assigned_user_name""besttool",

....

but the fields in SugarCRM was not populated by the content of EML /raw_code.

is there an example of how to use the raw_code argument?

Thank in advance,

Best Regards,

Vincenzo