Uploads a new profile picture for the given artist
Future<void> uploadProfilePicture(int id, io.File file) async { await _putRaw('/api/artist/$id/profilepicture', data: file); }