This diff removing the rudimental `messageID` field in the Tunnelbroker protocol buffers file for the Client to Tunnelbroker messages communication.
When the client sends messages to the Tunnelbroker the Tunnelbroker sends back message IDs to the client to confirm they are processed. Messages IDs are generated on the Tunnelbroker side and are unique IDs for each message. We should remove the messageID from the protobuf file for the messages that comes from the client to the Tunnelbroker as it's not used. That field came from the reason that the messages structure should be same for the Tunnelbroker -> Client and Client -> Tunnelbroker communication, but it's changed due to the API changes, but this rudimental field is left and should be removed.
Linear task: [[ https://linear.app/comm/issue/ENG-1382/tunnelbroker-v05 | ENG-1382 ]]