I'm trying to decode a MessagePack response from a backend call using Axios that looks like this: ��matches����attendance��away_team�� etc.
into a format where I can access its contents (e.g. JSON or JavaScript Object). Simply using msgpack-lite's decode doesn't work on it, as it needs to be a Buffer. How can I make this response into a Buffer? As far as I know, a Buffer needs to look like <Buffer 82 a4 6e 61 6d 65 a8 4a 6f 68 6e 20 44 6f 65 a3 61 67 65 0c>