Authorization: Bearer ********************{
"timestamp": "{{timestamp}}",
"provider_id": 1
}curl --location --request POST '/v1/agent/player/getGameList' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp": "{{timestamp}}",
"provider_id": 1
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"game_id": "1",
"game_name": "Royal Fishing",
"game_type": "5",
"game_status": "1",
"game_thumbnail": "https://img.netplay.net/public/general/game/1/1.png",
"game_category_id": "1",
"game_category_name": "Slot"
},
{
"game_id": "10",
"game_name": "Gem Party",
"game_type": "1",
"game_status": "1",
"game_thumbnail": "https://img.netplay.net/public/general/game/1/10.png",
"game_category_id": "2",
"game_category_name": "Table"
},
{
"game_id": "100",
"game_name": "Super Rich",
"game_type": "1",
"game_status": "1",
"game_thumbnail": "https://img-staging.netplay.net/public/general/game/1/100.png",
"game_category_id": null,
"game_category_name": null
},
]
}