curl --location --request POST 'https://api.lootlocker.com/game/session/google-play-games/v1/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"game_api_key": "string",
"auth_code": "string",
"game_version": "string"
}'
{}