Generates a multisig account from the passed public keys array and multisig metadata, and stores all of this in the wallet.
/v1/multisig/import
Response to POST /v1/multisig/import
POST /v1/multisig/import
curl -L \ --request POST \ --url 'https://algo.nownodes.io/v1/multisig/import' \ --header 'X-KMD-API-Token: api_key <apiKey>' \ --header 'Content-Type: application/json' \ --data '{"pks":[[null]]}'
{ "address": "text", "error": true, "message": "text" }