All parameters for the API Endpoint are marked as [FromQuery] as of 3/26/2021
Permalink to current SessionController implementation:
  
  
    
        
          |  | public ActionResult SendMessageCommand( | 
    
   
 
The current implementation of sendMessageCommand in apiClient.js is passing the options in the POST body, rather than sending the parameters as query string parameters.
Note: I have a commit to resolve this issue, which I will include in a pull request to resolve this.