curl --request POST \
--url https://toncenter.com/api/v2/runGetMethod \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"address": "<string>",
"method": "<string>",
"stack": [
[
"<unknown>"
]
],
"seqno": 123
}
'