Send a state event to a room.
https://matrix.org/docs/spec/client_server/latest#put-matrix-client-r0-rooms-roomid-state-eventtype-statekey
t() :: %Polyjuice.Client.Endpoint.PutRoomsState{ content: map(), event_type: String.t(), room: String.t(), state_key: String.t() }