Notify the backend in order to fetch the traces and detect any internal deposits
curl --request POST \ --url https://api.relay.link/transactions/index \ --header 'Content-Type: application/json' \ --data '{ "chainId": "<string>", "txHash": "<string>" }'
{ "message": "<string>" }