Activates the given artist by id
Future<void> activateArtist(int id) async { await _put('/api/artist/$id/activation'); }