Authorization: Bearer ********************curl --location --request GET 'https://waffle-game-service-dev.nextzy.com/api/v1/games' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"statusCode": 200,
"data": [
{
"code": "G001",
"name": "volleyball",
"nameTh": "volleyball",
"type": "olympic",
"active": true,
"order": 1,
"gameImageUrl": "https://waffle-game.obs.ap-southeast-2.myhuaweicloud.com/games/banner/G001.png"
},
{
"code": "G002",
"name": "penalty",
"nameTh": "penalty",
"type": "olympic",
"active": true,
"order": 2,
"gameImageUrl": "https://waffle-game.obs.ap-southeast-2.myhuaweicloud.com/games/banner/G002.png"
},
{
"code": "G003",
"name": "yoknamnak",
"nameTh": "yoknamnak",
"type": "olympic",
"active": true,
"order": 3,
"gameImageUrl": "https://waffle-game.obs.ap-southeast-2.myhuaweicloud.com/games/banner/G003.png"
}
],
"timestamp": "2024-05-21T18:01:21+08:00"
}