About upload multiple files through Zoom API

Hello
I want to implement file upload using this endpoint /chat/users/{userId}/messages/files.
However, it seems that uploading multiple files is not supported. It also seems that sending messages together is not supported.

  1. In the Zoom application TeamChat, when sending multiple files, multiple files are uploaded to one chat. Is it not possible to implement that using the API?
  2. Is there no way to send files and chat messages together?

Thank you.