Hi, I have a question when creating a moralis user in the user table, there is an authData section that contains an object with different data, one says signature, I deduce that this is the private signature key of the wallet, the id is the wallet, but this data “data”: “Welcome to Koolinart\n\nId: hzbh3Zy87weupfgHHptZvXBBAozKwxZHCozYeVjK:1674359160039” I don’t know where they come from, could you give me an example of how I add these fields? I have a personalized wallet and I would like to add these fields, how can I do it, thank you very much.
example:
{
"moralisEth": {
"id": "0x36bf0ef48783e1b216f54d56ef7e0e2123ca3601",
"signature": "0x8564af5ed29c08075111a8b1cdb8e8d5a95c0000000000000000000000a8336f21d416cc4730365f526bbd4450448f9f5174cdb37741b1ffe00b6ab4235e84831b",
"data": "Welcome to Koolinart\n\nId: hzbh3Zy87weupfgHHptZvXBBAozKwxZHCozYeVjK:1674359160039"
}
}