Introduce a helper function to convert the keys of an object of tags to their raw conterpart. E.g. ```javascript { "album": "abc", "TBPM": "120" } ``` becomes ```javascript { "TALB": "abc", "TBPM": "120" } ``` Currently, create and update do the same thing seperately.