curl --location --request POST 'https://gamefusion-op-ui-v1.pt198.com/dataApi/openapi/game/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"operatorId": "string"
}'{
"code": 0,
"msg": "string",
"data": [
{
"providerId": "string",
"provideName": "string",
"provideIntroduction": "string",
"gameCode": "string",
"gameId": "string",
"gameNameCn": "string",
"gameNameEn": "string",
"gameType": "string",
"walletType": 0,
"releaseDate": "2019-08-24T14:15:22Z",
"enabled": 0
}
]
}