{ "operationId": "getPlayerInfo", "method": "POST", "path": "/player/info", "summary": "BetSolutions Get Player Info", "requestExamples": [ { "contentType": "application/json", "name": "GetPlayerInfoRequestExample", "example": { "merchantId": "merchant-001", "playerId": "player-500123", "hash": "e5f6g7h8..." } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "GetPlayerInfo200Example", "example": { "success": true, "userId": "player-500123", "userName": "jsmith", "firstName": "Jane", "lastName": "Smith", "email": "jsmith@example.com", "countryCode": "US", "currency": "USD" } } ] }