{
"buyerAddress": ""
}curl --location --request POST 'https://sit-api.playariagame.com/telegram/aria-ton/make-game-order' \
--header 'Content-Type: application/json' \
--data-raw '{
"buyerAddress": ""
}'{
"success": true,
"errCode": null,
"errMessage": null,
"data": {
"orderId": 2,
"gameOrderId": "game_order_id_1",
"payComment": "ForOrder.AiraTonGameOrder.2"
}
}