{ "type": "object", "properties": { "resultCode": { "type": "string" }, "resultDescription": { "type": "string", "example": "Authentication successful" }, "token": { "type": "string", "example": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..." } } }