curl --request POST \
--url https://api.portalhq.io/api/v3/clients/me/integrations/hypernative/eip-712/scan \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"walletAddress": "<string>",
"chainId": "<string>",
"eip712Message": {
"primaryType": "<string>",
"types": {},
"domain": {},
"message": {}
},
"showFullFindings": true,
"policy": "<string>"
}
'