Create a Wuzzlo game session
Operator to Wuzzlo. Create a player game session and receive the game URL. Sign the exact JSON body with the operator private key. Required fields are operatorId, userId, username, and gameId. Use gameId 9000 to open the lobby. X-Request-Id is optional; Wuzzlo generates one when omitted.
Authentication
Signaturestring
Operator-to-Wuzzlo: Base64 RSA-SHA256 PKCS#1 v1.5 signature of the exact UTF-8 JSON body, created with the operator private key.
Headers
X-Request-Id
Optional request correlation id for operator login. If omitted, GameService generates one internally.
Request
This endpoint expects an object.
operatorId
userId
username
gameId
currency
clientIp
platformId
redirectUrl
Response
Business success or business error encoded in the response body
requestId
status
errorDescription
gameUrl
expiresAtUtc