GET /v1/games/search
curl "https://developer.touchgal.com/api/v1/games/search?keyword=summer" \
-H "Authorization: Bearer tgal_live_xxx"
HTTP/1.1 200 OK
{
"success": true,
"data": {
"items": [
{
"uniqueId": "abcd1234",
"name": "Summer Pockets",
"contentLimit": "sfw"
}
]
}
}