create Room
Creates a room for multi-party computation.
A room is a virtual space where multiple parties can perform an MPC operation such as key generation, signing, refreshing, or resharing.
Return
The UUID of the created room as a string
Parameters
num Parties
Number of parties that will participate in the operation
api Key
API key for authentication with the host server
Throws
if an error occurs during room creation