===== Event ===== $server/api/sh?id=1&token=12345678901234567890123456789012 ==== Post params ==== type tShowInput struct { OSint models.TOs Bundle string BundleVer string GAID string GaidType models.TGAIDType ProductType TProductType ProductId string } TProductType enum const ( Consumable TProductType = iota Non_consumable Subscription ) === OK Response === httpcode: 200 === Not ok Response === **Data** {"Error":"some error"}