curl --request POST \
--url https://mainnet.helius-rpc.com/ \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": "1",
"method": "getCompressionSignaturesForOwner",
"params": {
"cursor": "<string>",
"limit": 1,
"owner": "11111119rSGfPZLcyCGzY4uYEL1fkzJr6fke9qKxb"
}
}'