post https://us-central1-readysandbox.cloudfunctions.net/game-onGameComplete
Log in to see full request history
Responses
400Invalid argument - The appId field is required.
400Invalid argument - The appId field is required.
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/game-onGameComplete \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"version":2}'
xxxxxxxxxx
16{
"gameProgress": {
"level": 0
},
"userCurrencies": {
"currencies": [
{
"appIds": [
"string"
],
"name": "string",
"quantity": 0
}
]
}
}