$.ajax({
      url: `/${$scope.project.name}/branches/`,
      type: 'POST',
      data: data,
      dataType: 'json',