static async cloneVocabularies(oldId, newId, apiKey) {
        try {
            return await RWAPIMicroservice.requestToMicroservice({
                uri: `/v1/dataset/${oldId}/vocabulary/clone/dataset`,
                method: 'POST',