curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v2/digital-products/inquiry-game-server' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_code": "string"
}'{
"data": {
"servers": [
{
"name": "America Server",
"value": "America"
},
{
"name": "Asia Server",
"value": "Asia"
},
{
"name": "Europe Server",
"value": "Europe"
},
{
"name": "TW, HK, MO Server",
"value": "HK"
}
]
}
}