{}curl --location --request GET 'https://sit-api.playariagame.com/ton/my-wallet' \
--header 'Content-Type: application/json' \
--data-raw '{}'{
"success": true,
"errCode": null,
"errMessage": null,
"data": [
{
"chain": "string",
"account": "string"
}
],
"empty": true,
"notEmpty": true
}