MS 365 Mail requires "Array of objects" - How?

@Leo
Hi, I think the following post is helpful.

According to the above post, it appears that the following structure needs to be created.
It also says that you need to enter the ToRecipients in Map.

"toRecipients": 
[
  {
    "emailAddress": {
      "address": "test1@contoso.com"
    }
  }, 
  {
    "emailAddress": {
      "address": "test2@contoso.com"
    }
  }, 
  {
    "emailAddress": {
      "address": "test3@contoso.com"
    }
  }
]