curl --location --request GET '/v1/games' \
--header 'X-Counterparty-Id: 933a215f-a9e6-4f88-9d91-52a87cd50499' \
--header 'X-Timestamp: 1719766120806' \
--header 'X-Request-Id: 5a0679b6e5fa48f6892c777b0fa92392' \
--header 'X-Sign: c4d62f77cdfaadb6690b3bcbe5a0ca9ef1e5bf41d746d361a1269558eeb7ccd1'[
{
"gameId": 1,
"name": "FirstGame"
"gameCategory": "crash",
"maxOdd": 1000,
"lobbyImgUrl": "https://providers-domain/first-game-logo.jpg"
},
{
"gameId": 1,
"name": "SecondGame"
"gameCategory": "slot",
"maxOdd": 50,
"lobbyImgUrl": "https://providers-domain/second-game-logo.jpg"
}
]