network (required): Target network (main or test).application/vnd.ucp+json)command (string, required): The command to execute (e.g., address.register, keys.generate, etc).version (integer, optional): Protocol version (usually 1).parameters (object, optional):xid (string, optional): External identifier for tracking or correlating the request (required for batch input).nonce (string, optional): Value to prevent replay attacks or enforce uniqueness.publicKey (string, required): Base64-encoded public key used for the operation.signature (string, required): Cryptographic signature (Base64) of the request payload, generated with the corresponding private key.