curl --request POST \
--url https://api.walletsuite.io/api/chain/evm/estimate-l2-fee \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"chain": "<string>",
"from": "<string>",
"to": "<string>",
"valueWei": 123,
"data": "<string>"
}
'