Send webhook payload for batch transaction

The sample payload for the batch transaction in a send transaction webhook will look like the following.

{
  "id": 140015692,
  "txid": "bbd50ed8fec434d40a424e3c3cacf1f6fc3cacad9fdd806ff86278bbb8da9c3f",
  "raw": null,
  "walletid": 29905,
  "type": "send",
  "fee": "0.21230000",
  "effectivechange": "-2.20000000",
  "runningbalance": null,
  "timestamp": "2025-01-14T06:54:49.000Z",
  "externaladdress": "external",
  "block": 5544403,
  "coin": "DOGE",
  "effectivechangeusd": "-0.40310",
  "wallet": {
    "id": 29905,
    "name": "QA Dev Standard Automation Org withdrawal DOGE v2",
    "type": "mpc",
    "config": "2of2",
    "balance": "11.95650000",
    "address": "D5VYQrCMoJYe4pT1GrDL5BLhkm9H9uZAtJ",
    "chain": "DOGE",
    "subtype": "hot",
    "coin": "DOGE",
    "orgid": 1853,
    "parentchain": "UTXO",
    "isArchived": 0,
    "balanceUSD": "2.19076929",
    "orgWebhook": "https://c70a5e1afdb0a586c53ae351815c8f6b.m.pipedream.net/"
  },
  "tokenContractAddress": "",
  "sequenceId": "2da7f429-06ce-4339-9631-46ab6cb2932a",
  "explorerLink": "https://dogechain.info/tx/bbd50ed8fec434d40a424e3c3cacf1f6fc3cacad9fdd806ff86278bbb8da9c3f",
  "inputs": [
    {
      "address": "D5VYQrCMoJYe4pT1GrDL5BLhkm9H9uZAtJ",
      "amount": "2.41230000",
      "isMine": true,
      "wallet": {
        "id": 29905,
        "name": "QA Dev Standard Automation Org withdrawal DOGE v2",
        "type": "mpc",
        "config": "2of2",
        "status": 1,
        "balance": "11.95650000",
        "balanceusd": "2.19076929",
        "raw": null,
        "issynced": true,
        "walletpath": "m/44/3/1/1853/0/0/0",
        "walletidentifier": "D5VYQrCMoJYe4pT1GrDL5BLhkm9H9uZAtJ",
        "chain": "DOGE",
        "subtype": "hot",
        "coin": "DOGE",
        "orgid": 1853,
        "parentchain": "UTXO",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 2,
        "account": null
      }
    }
  ],
  "outputs": [
    {
      "address": "DSNaeqT3SpY4cConaTV5QZL9iswnu8BTpm",
      "amount": "1.20000000",
      "isMine": true,
      "wallet": {
        "id": 31796,
        "name": "QA Dev Standard Automation Org deposit DOGE v2",
        "type": "mpc",
        "config": "2of2",
        "status": 1,
        "balance": "3.20000000",
        "balanceusd": "0.58633059",
        "raw": null,
        "issynced": true,
        "walletpath": "m/44/3/0/1853/0/0/0",
        "walletidentifier": "DSNaeqT3SpY4cConaTV5QZL9iswnu8BTpm",
        "chain": "DOGE",
        "subtype": "deposit",
        "coin": "DOGE",
        "orgid": 1853,
        "parentchain": "UTXO",
        "canInitiatorSign": 1,
        "suspendedStatus": 0,
        "suspendedRemark": null,
        "isArchived": false,
        "teamId": null,
        "version": 2,
        "account": null
      }
    },
    {
      "address": "DQh2zRfeJa2XPJQBPSce1HTeFtUxY9JpJX",
      "amount": "1.00000000",
      "isMine": false
    }
  ],
  "blockConfirmation": 1,
  "resData": {
    "success": true
  }
}