post https://your-server-base-url/win
Win callback to the client side. Every time a user wins, or round ended without a win (in this case amount is 0),
we send a request to this endpoint and wait for the answer. Wait time is 5 seconds.
Please notice call to this endpoint should be as quick as possible to make
sure player experience is not affected.
After timeout or any error this request will be retrying in the background until we receive 200 response.
Please notice that endpoint path /win could be different if you supplied us with your own path.