limit, pagestatus = active. Each game includes:currency field is optional. When provided, only games that support the specified currency are returned.curl --location '/capi/game/game-list' \
--header 'X-PUBLIC-KEY;' \
--header 'X-TIMESTAMP;' \
--header 'X-SIGNATURE;' \
--header 'Accept-Language;' \
--header 'Content-Type: application/json' \
--data '{
"page": 1,
"limit": 20
}'{
"status": "0000",
"msg": "Success.",
"data": {
"list": [
{
"gameName": {
"en": "Mahjong Ways",
"th": "ไพ่นกกระจอก"
},
"gameCode": "MJW",
"currencies": ["THB", "USD", "IDR"]
},
{
"gameName": {
"en": "Wild Bandito",
"th": "ไวลด์ แบนดิโต้"
},
"gameCode": "WBSD2",
"currencies": ["THB", "USD"]
}
],
"total": 25,
"page": 1,
"limit": 20
}
}