curl --request POST \
--url https://api.mainnet.abs.xyz/eth_getStorageAt \
--header 'Content-Type: application/json' \
--data '{
"jsonrpc": "2.0",
"id": 1,
"method": "eth_getStorageAt",
"params": [
"0x8fe5810cd78eb8d8b9abad8527dfc1265bee6c56",
"0x0",
"latest"
]
}'