Import a multisig account
  POST /v1/multisig/import    
 POST
 /v1/multisig/import
 Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
Authorizations
Section titled “Authorizations ”Request Body
Section titled “Request Body ”APIV1POSTMultisigImportRequest is the request for POST /v1/multisig/import
object
 multisig_version    
 integer  format: uint8  
  pks    
 Array<Array<integer>>
  threshold    
 integer  format: uint8  
  wallet_handle_token    
 string
 Responses
Section titled “ Responses ”Response to POST /v1/multisig/import
APIV1POSTMultisigImportResponse is the response to POST /v1/multisig/import
friendly:ImportMultisigResponse
object
 address    
 string
  error    
 boolean
  message    
 string