curl --request POST \
--url https://mainnet.helius-rpc.com/ \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "getCompressionSignaturesForAccount",
"params": {
"hash": "11111112cMQwSC9qirWGjZM6gLGwW69X22mqwLLGP"
}
}'