Authorization: Bearer ********************{
"gameId": "69ce267cf3e8eef2cc2029ac",
"email": "test@gmail.com",
"spin_op": "add",
"spin": 2,
"streak_op": "overwrite",
"streak": 10
}curl --location --request POST 'https://integration.returning.ai/apis/v1/mini-game-logs/update-wheel-info' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"gameId": "69ce267cf3e8eef2cc2029ac",
"email": "test@gmail.com",
"spin_op": "add",
"spin": 2,
"streak_op": "overwrite",
"streak": 10
}'{
"status": "success",
"data": {},
"message": ""
}