{"error":{"code":2,"msg":"Invalid request: invalid type: integer 2022, expected internally tagged enum Request at line 1 column 4"}}

Hey guys, I try to use gorilla websocket of golang to subscribe the market data, what I get is the following

{“error”:{“code”:2,“msg”:“Invalid request: invalid type: integer 2022, expected internally tagged enum Request at line 1 column 4”}}

Can anyone tell me how to solve this

Could you provide the url used to connect to the websocket server and any request streamed?