curl --request POST \
--url http://50.187.81.221:4000/api/v1/cubic/getGameDetails \
--header 'Content-Type: application/json' \
--data '
{
"gameID": "uniqueGame123"
}
'Returns details for a game.
curl --request POST \
--url http://50.187.81.221:4000/api/v1/cubic/getGameDetails \
--header 'Content-Type: application/json' \
--data '
{
"gameID": "uniqueGame123"
}
'Details for a game.
Data transfer object for identifying a game.
The unique identifier of the game to get details for.
Game Details.