curl --request POST \
--url https://api.portalhq.io/api/v3/clients/me/integrations/hypernative/evm/scan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"transaction": {
"chain": "<string>",
"fromAddress": "<string>",
"toAddress": "<string>",
"input": "<string>",
"value": 123,
"nonce": 123,
"hash": "<string>",
"gas": 123,
"gasPrice": 123,
"maxPriorityFeePerGas": 123,
"maxFeePerGas": 123
},
"url": "<string>",
"blockNumber": 123,
"validateNonce": true,
"showFullFindings": true,
"policy": "<string>"
}
'