	@POST
	public Response createFoo2(Object foo) {
		return Response.created(null).build();
	}

